Html Css Color HEX #885502 Raw Umber

📋 copy color: '#885502'

red 136 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #885502

Tints of Raw Umber #885502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 60.99%
G = 38.12%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#885502 (or 0x885502) is known color: Raw Umber. HEX triplet: 88, 55 and 02. RGB value is (136,85,2). Sum of RGB (Red+Green+Blue) = 136+85+2=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #885502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885502 is #77AAFD. Grayscale: #5B5B5B. Windows color (decimal): -7842558 or 152968. OLE color: 152968.

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

Color convert

RGB 136 85 2 -
CMYK 0 0.38 0.99 0.47
HSL 37.16º 0.97% 0.27% -
HSV(B) 37.16º 0.99% 0.53% -
XYZ 13.41 11.74 1.62 -
YUV 90.79 77.9 160.25 -
System Red Green Blue C M Y K H S L
Decimal 136 85 2 0 0.38 0.99 0.47 37.16 0.97 0.27
Hex 88 55 2 0 26 63 2F 25 61 1B
Octal 210 125 2 0 46 143 57 45 141 33
Binary 10001000 1010101 10 0 100110 1100011 101111 100101 1100001 11011

Color Harmonies of #885502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885502

Black with #885502

Text Example


Text Example

White with #885502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885502; }

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

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

background-color css

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

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

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

border-color css

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

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

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