Html Css Color HEX #875D24 Hot Curry

📋 copy color: '#875D24'

red 135 ◦ green 93 ◦ blue 36

#875D24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #875D24

Tints of Hot Curry #875D24

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#875D24 (or 0x875D24) is known color: 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

RGB 135 93 36 -
CMYK 0 0.31 0.73 0.47
HSL 34.55º 0.58% 0.34% -
HSV(B) 34.55º 0.73% 0.53% -
XYZ 14.22 13.11 3.45 -
YUV 99.06 92.41 153.63 -
System Red Green Blue C M Y K H S L
Decimal 135 93 36 0 0.31 0.73 0.47 34.55 0.58 0.34
Hex 87 5D 24 0 1F 49 2F 23 3A 22
Octal 207 135 44 0 37 111 57 43 72 42
Binary 10000111 1011101 100100 0 11111 1001001 101111 100011 111010 100010

Color Harmonies of #875D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D24

Black with #875D24

Text Example


Text Example

White with #875D24

Text Example


Text Example

HTML Codes & Css Web 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>