#875D24

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

Shades of Hot Curry #875D24

Tints of Hot Curry #875D24

Color information

#875D24 (or 0x875D24) is unknown color: approx Hot Curry. HEX triplet: 87, 5D and 24. RGB value is (135,93,36). Sum of RGB (Red+Green+Blue) = 135+93+36=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #875D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875D24 is #78A2DB. Grayscale: #636363. Windows color (decimal): -7906012 or 2383239. OLE color: 2383239.

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

Color convert

RGB1359336-
CMYK00.310.730.47
HSL34.55º57.89%33.53%-
HSV(B)34.55º73.33%52.94%-
XYZ14.2213.113.45-
YUV99.0692.41153.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.14%
GREEN value IS 93 (36.72% from 255) = 35.23%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=51.14%
G=35.23%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135933600.310.730.4734.5557.8933.53
Hex875D2401F492F233a22
Octal2071354403711157437242
Binary1000011110111011001000111111001001101111100011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,93,36); }

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

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

 a { background-color: rgb(135,93,36); }

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

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

 span { border-color: rgb(135,93,36); }

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