Html Css Color HEX #885500 Raw Umber

📋 copy color: '#885500'

red 136 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #885500

Tints of Raw Umber #885500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.54%
G = 38.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#885500 (or 0x885500) is known color: Raw Umber. HEX triplet: 88, 55 and 00. RGB value is (136,85,0). Sum of RGB (Red+Green+Blue) = 136+85+0=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #885500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885500 is #77AAFF. Grayscale: #5A5A5A. Windows color (decimal): -7842560 or 21896. OLE color: 21896.

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

Color convert

RGB 136 85 0 -
CMYK 0 0.38 1 0.47
HSL 37.5º 1% 0.27% -
HSV(B) 37.5º 1% 0.53% -
XYZ 13.4 11.73 1.56 -
YUV 90.56 76.9 160.41 -
System Red Green Blue C M Y K H S L
Decimal 136 85 0 0 0.38 1 0.47 37.5 1 0.27
Hex 88 55 0 0 26 64 2F 26 64 1B
Octal 210 125 0 0 46 144 57 46 144 33
Binary 10001000 1010101 0 0 100110 1100100 101111 100110 1100100 11011

Color Harmonies of #885500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885500

Black with #885500

Text Example


Text Example

White with #885500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885500; }

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

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

background-color css

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

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

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

border-color css

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

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

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