Html Css Color HEX #895005 Saddle Brown

📋 copy color: '#895005'

red 137 ◦ green 80 ◦ blue 5

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

Shades of Saddle Brown #895005

Tints of Saddle Brown #895005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.04%

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

R = 61.71%
G = 36.04%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#895005 (or 0x895005) is known color: Saddle Brown. HEX triplet: 89, 50 and 05. RGB value is (137,80,5). Sum of RGB (Red+Green+Blue) = 137+80+5=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #895005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895005 is #76AFFA. Grayscale: #585858. Windows color (decimal): -7778299 or 348297. OLE color: 348297.

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

Color convert

RGB 137 80 5 -
CMYK 0 0.42 0.96 0.46
HSL 34.09º 0.93% 0.28% -
HSV(B) 34.09º 0.96% 0.54% -
XYZ 13.21 11.07 1.58 -
YUV 88.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 137 80 5 0 0.42 0.96 0.46 34.09 0.93 0.28
Hex 89 50 5 0 2A 60 2E 22 5D 1C
Octal 211 120 5 0 52 140 56 42 135 34
Binary 10001001 1010000 101 0 101010 1100000 101110 100010 1011101 11100

Color Harmonies of #895005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895005

Black with #895005

Text Example


Text Example

White with #895005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895005; }

 p { color: rgb(137,80,5); }

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

background-color css

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

 a { background-color: rgb(137,80,5); }

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

border-color css

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

 span { border-color: rgb(137,80,5); }

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