Html Css Color HEX #885505 Saddle Brown

📋 copy color: '#885505'

red 136 ◦ green 85 ◦ blue 5

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

Shades of Saddle Brown #885505

Tints of Saddle Brown #885505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 60.18%
G = 37.61%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#885505 (or 0x885505) is known color: Saddle Brown. HEX triplet: 88, 55 and 05. RGB value is (136,85,5). Sum of RGB (Red+Green+Blue) = 136+85+5=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #885505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885505 is #77AAFA. Grayscale: #5B5B5B. Windows color (decimal): -7842555 or 349576. OLE color: 349576.

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

Color convert

RGB 136 85 5 -
CMYK 0 0.38 0.96 0.47
HSL 36.64º 0.93% 0.28% -
HSV(B) 36.64º 0.96% 0.53% -
XYZ 13.43 11.74 1.7 -
YUV 91.13 79.4 160 -
System Red Green Blue C M Y K H S L
Decimal 136 85 5 0 0.38 0.96 0.47 36.64 0.93 0.28
Hex 88 55 5 0 26 60 2F 25 5D 1C
Octal 210 125 5 0 46 140 57 45 135 34
Binary 10001000 1010101 101 0 100110 1100000 101111 100101 1011101 11100

Color Harmonies of #885505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885505

Black with #885505

Text Example


Text Example

White with #885505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885505; }

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

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

background-color css

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

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

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

border-color css

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

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

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