Html Css Color HEX #875D18 Hot Curry

📋 copy color: '#875D18'

red 135 ◦ green 93 ◦ blue 24

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

Shades of Hot Curry #875D18

Tints of Hot Curry #875D18

RGB

 RED value IS 135 (53.13% from 255) = 53.57%

 GREEN value IS 93 (36.72% from 255) = 36.9%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 53.57%
G = 36.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#875D18 (or 0x875D18) is known color: Hot Curry. HEX triplet: 87, 5D and 18. RGB value is (135,93,24). Sum of RGB (Red+Green+Blue) = 135+93+24=252 (33% of max value = 765). Red value is 135 (53.12% from 255 or 53.57% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 135 - color contains mainly: red. Hex color #875D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875D18 is #78A2E7. Grayscale: #626262. Windows color (decimal): -7906024 or 1596807. OLE color: 1596807.

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

Color convert

RGB 135 93 24 -
CMYK 0 0.31 0.82 0.47
HSL 37.3º 0.7% 0.31% -
HSV(B) 37.3º 0.82% 0.53% -
XYZ 14.07 13.05 2.64 -
YUV 97.69 86.41 154.61 -
System Red Green Blue C M Y K H S L
Decimal 135 93 24 0 0.31 0.82 0.47 37.3 0.7 0.31
Hex 87 5D 18 0 1F 52 2F 25 46 1F
Octal 207 135 30 0 37 122 57 45 106 37
Binary 10000111 1011101 11000 0 11111 1010010 101111 100101 1000110 11111

Color Harmonies of #875D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D18

Black with #875D18

Text Example


Text Example

White with #875D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #875D18;
 }
 .AnyTagClassName
 {
   color: #875D18;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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