#86531D

Color #86531D Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #86531D

Tints of Hot Curry #86531D

Color information

#86531D (or 0x86531D) is unknown color: approx Hot Curry. HEX triplet: 86, 53 and 1D. RGB value is (134,83,29). Sum of RGB (Red+Green+Blue) = 134+83+29=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #86531D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86531D is #79ACE2. Grayscale: #5C5C5C. Windows color (decimal): -7974115 or 1921926. OLE color: 1921926.

HSL color Cylindrical-coordinate representation of color #86531D: hue angle of 30.86º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86531D is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1348329-
CMYK00.380.780.47
HSL30.86º64.42%31.96%-
HSV(B)30.86º78.36%52.55%-
XYZ13.1511.342.66-
YUV92.0992.4157.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 83 (32.81% from 255) = 33.74%
BLUE value IS 29 (11.72% from 255) = 11.79%
R=54.47%
G=33.74%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134832900.380.780.4730.8664.4231.96
Hex86531D0264E2F1f4020
Octal20612335046116573710040
Binary1000011010100111110101001101001110101111111111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86531D; }

 p { color: rgb(134,83,29); }

 H1.HeaderClassName
 {
   color: #86531D;
 }
 .AnyTagClassName
 {
   color: #86531D;
 }
</style>
background-color css

<style>
 a { background-color: #86531D; }

 a { background-color: rgb(134,83,29); }

 div.DivClassName
 {
   background-color: #86531D;
 }
 .BgClassName
 {
   background-color: #86531D;
 }
</style>
border-color css

<style>
 span { border-color: #86531D; }

 span { border-color: rgb(134,83,29); }

 td.TdClassName
 {
   border-color: #86531D;
 }
 .TagClassName
 {
   border-color: #86531D;
 }
</style>