#86531E

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

Shades of Hot Curry #86531E

Tints of Hot Curry #86531E

Color information

#86531E (or 0x86531E) is unknown color: approx Hot Curry. HEX triplet: 86, 53 and 1E. RGB value is (134,83,30). Sum of RGB (Red+Green+Blue) = 134+83+30=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86531E is #79ACE1. Grayscale: #5C5C5C. Windows color (decimal): -7974114 or 1987462. OLE color: 1987462.

HSL color Cylindrical-coordinate representation of color #86531E: hue angle of 30.58º degrees, saturation: 0.63, 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 #86531E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1348330-
CMYK00.380.780.47
HSL30.58º63.41%32.16%-
HSV(B)30.58º77.61%52.55%-
XYZ13.1611.352.73-
YUV92.2192.9157.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 83 (32.81% from 255) = 33.60%
BLUE value IS 30 (12.11% from 255) = 12.15%
R=54.25%
G=33.60%
B=12.15%

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
Decimal134833000.380.780.4730.5863.4132.16
Hex86531E0264E2F1f3f20
Octal2061233604611657377740
Binary100001101010011111100100110100111010111111111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86531E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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