Html Css Color HEX #885F20 Hot Curry

📋 copy color: '#885F20'

red 136 ◦ green 95 ◦ blue 32

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

Shades of Hot Curry #885F20

Tints of Hot Curry #885F20

RGB

 RED value IS 136 (53.52% from 255) = 51.71%

 GREEN value IS 95 (37.5% from 255) = 36.12%

 BLUE value IS 32 (12.89% from 255) = 12.17%

R = 51.71%
G = 36.12%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#885F20 (or 0x885F20) is known color: Hot Curry. HEX triplet: 88, 5F and 20. RGB value is (136,95,32). Sum of RGB (Red+Green+Blue) = 136+95+32=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #885F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885F20 is #77A0DF. Grayscale: #646464. Windows color (decimal): -7839968 or 2121608. OLE color: 2121608.

HSL color Cylindrical-coordinate representation of color #885F20: hue angle of 36.35º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #885F20 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 95 32 -
CMYK 0 0.30 0.76 0.47
HSL 36.35º 0.62% 0.33% -
HSV(B) 36.35º 0.76% 0.53% -
XYZ 14.51 13.52 3.21 -
YUV 100.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 136 95 32 0 0.30 0.76 0.47 36.35 0.62 0.33
Hex 88 5F 20 0 1E 4C 2F 24 3E 21
Octal 210 137 40 0 36 114 57 44 76 41
Binary 10001000 1011111 100000 0 11110 1001100 101111 100100 111110 100001

Color Harmonies of #885F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F20

Black with #885F20

Text Example


Text Example

White with #885F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F20; }

 p { color: rgb(136,95,32); }

 H1.HeaderClassName
 {
   color: #885F20;
 }
 .AnyTagClassName
 {
   color: #885F20;
 }
</style>

background-color css

<style>
 a { background-color: #885F20; }

 a { background-color: rgb(136,95,32); }

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

border-color css

<style>
 span { border-color: #885F20; }

 span { border-color: rgb(136,95,32); }

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