Html Css Color HEX #894608 Saddle Brown

📋 copy color: '#894608'

red 137 ◦ green 70 ◦ blue 8

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

Shades of Saddle Brown #894608

Tints of Saddle Brown #894608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 63.72%
G = 32.56%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#894608 (or 0x894608) is known color: Saddle Brown. HEX triplet: 89, 46 and 08. RGB value is (137,70,8). Sum of RGB (Red+Green+Blue) = 137+70+8=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 8 (3.52% from 255 or 3.72% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #894608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894608 is #76B9F7. Grayscale: #535353. Windows color (decimal): -7780856 or 542345. OLE color: 542345.

HSL color Cylindrical-coordinate representation of color #894608: hue angle of 28.84º 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 #894608 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 8 -
CMYK 0 0.49 0.94 0.46
HSL 28.84º 0.89% 0.28% -
HSV(B) 28.84º 0.94% 0.54% -
XYZ 12.55 9.72 1.44 -
YUV 82.97 85.7 166.54 -
System Red Green Blue C M Y K H S L
Decimal 137 70 8 0 0.49 0.94 0.46 28.84 0.89 0.28
Hex 89 46 8 0 31 5E 2E 1D 59 1C
Octal 211 106 10 0 61 136 56 35 131 34
Binary 10001001 1000110 1000 0 110001 1011110 101110 11101 1011001 11100

Color Harmonies of #894608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894608

Black with #894608

Text Example


Text Example

White with #894608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894608; }

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

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

background-color css

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

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

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

border-color css

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

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

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