#86571A

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

Shades of Hot Curry #86571A

Tints of Hot Curry #86571A

Color information

#86571A (or 0x86571A) is unknown color: approx Hot Curry. HEX triplet: 86, 57 and 1A. RGB value is (134,87,26). Sum of RGB (Red+Green+Blue) = 134+87+26=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #86571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86571A is #79A8E5. Grayscale: #5E5E5E. Windows color (decimal): -7973094 or 1726342. OLE color: 1726342.

HSL color Cylindrical-coordinate representation of color #86571A: hue angle of 33.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86571A is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB1348726-
CMYK00.350.810.47
HSL33.89º67.5%31.37%-
HSV(B)33.89º80.6%52.55%-
XYZ13.4311.962.58-
YUV94.189.57156.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 87 (34.38% from 255) = 35.22%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=54.25%
G=35.22%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134872600.350.810.4733.8967.531.37
Hex86571A023512F22441f
Octal20612732043121574210437
Binary1000011010101111101001000111010001101111100010100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86571A; }

 p { color: rgb(134,87,26); }

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

<style>
 a { background-color: #86571A; }

 a { background-color: rgb(134,87,26); }

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

<style>
 span { border-color: #86571A; }

 span { border-color: rgb(134,87,26); }

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