Html Css Color HEX #894605 Saddle Brown

📋 copy color: '#894605'

red 137 ◦ green 70 ◦ blue 5

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

Shades of Saddle Brown #894605

Tints of Saddle Brown #894605

RGB

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

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

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

R = 64.62%
G = 33.02%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#894605 (or 0x894605) is known color: Saddle Brown. HEX triplet: 89, 46 and 05. RGB value is (137,70,5). Sum of RGB (Red+Green+Blue) = 137+70+5=212 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.62% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 137 - color contains mainly: red. Hex color #894605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894605 is #76B9FA. Grayscale: #525252. Windows color (decimal): -7780859 or 345737. OLE color: 345737.

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

Color convert

RGB 137 70 5 -
CMYK 0 0.49 0.96 0.46
HSL 29.55º 0.93% 0.28% -
HSV(B) 29.55º 0.96% 0.54% -
XYZ 12.53 9.71 1.36 -
YUV 82.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 137 70 5 0 0.49 0.96 0.46 29.55 0.93 0.28
Hex 89 46 5 0 31 60 2E 1E 5D 1C
Octal 211 106 5 0 61 140 56 36 135 34
Binary 10001001 1000110 101 0 110001 1100000 101110 11110 1011101 11100

Color Harmonies of #894605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894605

Black with #894605

Text Example


Text Example

White with #894605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894605; }

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

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

background-color css

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

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

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

border-color css

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

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

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