Html Css Color HEX #894600 Saddle Brown

📋 copy color: '#894600'

red 137 ◦ green 70 ◦ blue 0

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

Shades of Saddle Brown #894600

Tints of Saddle Brown #894600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.18%
G = 33.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.46

RGB Variations

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

Color information

#894600 (or 0x894600) is known color: Saddle Brown. HEX triplet: 89, 46 and 00. RGB value is (137,70,0). Sum of RGB (Red+Green+Blue) = 137+70+0=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #894600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894600 is #76B9FF. Grayscale: #525252. Windows color (decimal): -7780864 or 18057. OLE color: 18057.

HSL color Cylindrical-coordinate representation of color #894600: hue angle of 30.66º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #894600 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 0 -
CMYK 0 0.49 1 0.46
HSL 30.66º 1% 0.27% -
HSV(B) 30.66º 1% 0.54% -
XYZ 12.51 9.7 1.21 -
YUV 82.05 81.7 167.19 -
System Red Green Blue C M Y K H S L
Decimal 137 70 0 0 0.49 1 0.46 30.66 1 0.27
Hex 89 46 0 0 31 64 2E 1F 64 1B
Octal 211 106 0 0 61 144 56 37 144 33
Binary 10001001 1000110 0 0 110001 1100100 101110 11111 1100100 11011

Color Harmonies of #894600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894600

Black with #894600

Text Example


Text Example

White with #894600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894600; }

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

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

background-color css

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

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

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

border-color css

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

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

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