Html Css Color HEX #894712 Saddle Brown

📋 copy color: '#894712'

red 137 ◦ green 71 ◦ blue 18

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

Shades of Saddle Brown #894712

Tints of Saddle Brown #894712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 18 (7.42% from 255) = 7.96%

R = 60.62%
G = 31.42%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#894712 (or 0x894712) is known color: Saddle Brown. HEX triplet: 89, 47 and 12. RGB value is (137,71,18). Sum of RGB (Red+Green+Blue) = 137+71+18=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #894712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894712 is #76B8ED. Grayscale: #545454. Windows color (decimal): -7780590 or 1197961. OLE color: 1197961.

HSL color Cylindrical-coordinate representation of color #894712: hue angle of 26.72º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #894712 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 71 18 -
CMYK 0 0.48 0.87 0.46
HSL 26.72º 0.77% 0.3% -
HSV(B) 26.72º 0.87% 0.54% -
XYZ 12.68 9.87 1.81 -
YUV 84.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 137 71 18 0 0.48 0.87 0.46 26.72 0.77 0.3
Hex 89 47 12 0 30 57 2E 1B 4D 1E
Octal 211 107 22 0 60 127 56 33 115 36
Binary 10001001 1000111 10010 0 110000 1010111 101110 11011 1001101 11110

Color Harmonies of #894712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894712

Black with #894712

Text Example


Text Example

White with #894712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894712; }

 p { color: rgb(137,71,18); }

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

background-color css

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

 a { background-color: rgb(137,71,18); }

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

border-color css

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

 span { border-color: rgb(137,71,18); }

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