Html Css Color HEX #885A24 Hot Curry

📋 copy color: '#885A24'

red 136 ◦ green 90 ◦ blue 36

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

Shades of Hot Curry #885A24

Tints of Hot Curry #885A24

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.35%

 BLUE value IS 36 (14.45% from 255) = 13.74%

R = 51.91%
G = 34.35%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#885A24 (or 0x885A24) is known color: Hot Curry. HEX triplet: 88, 5A and 24. RGB value is (136,90,36). Sum of RGB (Red+Green+Blue) = 136+90+36=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 36 (14.45% from 255 or 13.74% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #885A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A24 is #77A5DB. Grayscale: #616161. Windows color (decimal): -7841244 or 2382472. OLE color: 2382472.

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

Color convert

RGB 136 90 36 -
CMYK 0 0.34 0.74 0.47
HSL 32.4º 0.58% 0.34% -
HSV(B) 32.4º 0.74% 0.53% -
XYZ 14.13 12.67 3.37 -
YUV 97.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 136 90 36 0 0.34 0.74 0.47 32.4 0.58 0.34
Hex 88 5A 24 0 22 4A 2F 20 3A 22
Octal 210 132 44 0 42 112 57 40 72 42
Binary 10001000 1011010 100100 0 100010 1001010 101111 100000 111010 100010

Color Harmonies of #885A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A24

Black with #885A24

Text Example


Text Example

White with #885A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,90,36); }

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

background-color css

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

 a { background-color: rgb(136,90,36); }

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

border-color css

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

 span { border-color: rgb(136,90,36); }

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