Html Css Color HEX #885522 Hot Curry

📋 copy color: '#885522'

red 136 ◦ green 85 ◦ blue 34

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

Shades of Hot Curry #885522

Tints of Hot Curry #885522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 34 (13.67% from 255) = 13.33%

R = 53.33%
G = 33.33%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#885522 (or 0x885522) is known color: Hot Curry. HEX triplet: 88, 55 and 22. RGB value is (136,85,34). Sum of RGB (Red+Green+Blue) = 136+85+34=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #885522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885522 is #77AADD. Grayscale: #5E5E5E. Windows color (decimal): -7842526 or 2250120. OLE color: 2250120.

HSL color Cylindrical-coordinate representation of color #885522: hue angle of 30º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885522 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 34 -
CMYK 0 0.38 0.75 0.47
HSL 30º 0.6% 0.33% -
HSV(B) 30º 0.75% 0.53% -
XYZ 13.69 11.85 3.08 -
YUV 94.44 93.9 157.65 -
System Red Green Blue C M Y K H S L
Decimal 136 85 34 0 0.38 0.75 0.47 30 0.6 0.33
Hex 88 55 22 0 26 4B 2F 1E 3C 21
Octal 210 125 42 0 46 113 57 36 74 41
Binary 10001000 1010101 100010 0 100110 1001011 101111 11110 111100 100001

Color Harmonies of #885522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885522

Black with #885522

Text Example


Text Example

White with #885522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885522; }

 p { color: rgb(136,85,34); }

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

background-color css

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

 a { background-color: rgb(136,85,34); }

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

border-color css

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

 span { border-color: rgb(136,85,34); }

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