Html Css Color HEX #895508 Saddle Brown

📋 copy color: '#895508'

red 137 ◦ green 85 ◦ blue 8

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

Shades of Saddle Brown #895508

Tints of Saddle Brown #895508

RGB

 RED value IS 137 (53.91% from 255) = 59.57%

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

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 59.57%
G = 36.96%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#895508 (or 0x895508) is known color: Saddle Brown. HEX triplet: 89, 55 and 08. RGB value is (137,85,8). Sum of RGB (Red+Green+Blue) = 137+85+8=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 85 (33.59% from 255 or 36.96% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #895508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895508 is #76AAF7. Grayscale: #5C5C5C. Windows color (decimal): -7777016 or 546185. OLE color: 546185.

HSL color Cylindrical-coordinate representation of color #895508: hue angle of 35.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #895508 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 85 8 -
CMYK 0 0.38 0.94 0.46
HSL 35.81º 0.89% 0.28% -
HSV(B) 35.81º 0.94% 0.54% -
XYZ 13.61 11.83 1.8 -
YUV 91.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 137 85 8 0 0.38 0.94 0.46 35.81 0.89 0.28
Hex 89 55 8 0 26 5E 2E 24 59 1C
Octal 211 125 10 0 46 136 56 44 131 34
Binary 10001001 1010101 1000 0 100110 1011110 101110 100100 1011001 11100

Color Harmonies of #895508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895508

Black with #895508

Text Example


Text Example

White with #895508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895508; }

 p { color: rgb(137,85,8); }

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

background-color css

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

 a { background-color: rgb(137,85,8); }

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

border-color css

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

 span { border-color: rgb(137,85,8); }

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