#875A17

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

Shades of Hot Curry #875A17

Tints of Hot Curry #875A17

Color information

#875A17 (or 0x875A17) is unknown color: approx Hot Curry. HEX triplet: 87, 5A and 17. RGB value is (135,90,23). Sum of RGB (Red+Green+Blue) = 135+90+23=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 23 (9.38% from 255 or 9.27% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #875A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A17 is #78A5E8. Grayscale: #606060. Windows color (decimal): -7906793 or 1530503. OLE color: 1530503.

HSL color Cylindrical-coordinate representation of color #875A17: hue angle of 35.89º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #875A17 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB1359023-
CMYK00.330.830.47
HSL35.89º70.89%30.98%-
HSV(B)35.89º82.96%52.94%-
XYZ13.812.532.5-
YUV95.8286.91155.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 54.44%
GREEN value IS 90 (35.55% from 255) = 36.29%
BLUE value IS 23 (9.38% from 255) = 9.27%
R=54.44%
G=36.29%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135902300.330.830.4735.8970.8930.98
Hex875A17021532F24471f
Octal20713227041123574410737
Binary1000011110110101011101000011010011101111100100100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875A17; }

 p { color: rgb(135,90,23); }

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

<style>
 a { background-color: #875A17; }

 a { background-color: rgb(135,90,23); }

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

<style>
 span { border-color: #875A17; }

 span { border-color: rgb(135,90,23); }

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