Html Css Color HEX #885503 Raw Umber

📋 copy color: '#885503'

red 136 ◦ green 85 ◦ blue 3

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

Shades of Raw Umber #885503

Tints of Raw Umber #885503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.34%

R = 60.71%
G = 37.95%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.47

RGB Variations

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

Color information

#885503 (or 0x885503) is known color: Raw Umber. HEX triplet: 88, 55 and 03. RGB value is (136,85,3). Sum of RGB (Red+Green+Blue) = 136+85+3=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #885503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885503 is #77AAFC. Grayscale: #5B5B5B. Windows color (decimal): -7842557 or 218504. OLE color: 218504.

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

Color convert

RGB 136 85 3 -
CMYK 0 0.38 0.98 0.47
HSL 36.99º 0.96% 0.27% -
HSV(B) 36.99º 0.98% 0.53% -
XYZ 13.42 11.74 1.64 -
YUV 90.9 78.4 160.17 -
System Red Green Blue C M Y K H S L
Decimal 136 85 3 0 0.38 0.98 0.47 36.99 0.96 0.27
Hex 88 55 3 0 26 62 2F 25 60 1B
Octal 210 125 3 0 46 142 57 45 140 33
Binary 10001000 1010101 11 0 100110 1100010 101111 100101 1100000 11011

Color Harmonies of #885503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885503

Black with #885503

Text Example


Text Example

White with #885503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885503; }

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

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

background-color css

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

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

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

border-color css

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

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

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