Html Css Color HEX #894112 Saddle Brown

📋 copy color: '#894112'

red 137 ◦ green 65 ◦ blue 18

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

Shades of Saddle Brown #894112

Tints of Saddle Brown #894112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 62.27%
G = 29.55%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#894112 (or 0x894112) is known color: Saddle Brown. HEX triplet: 89, 41 and 12. RGB value is (137,65,18). Sum of RGB (Red+Green+Blue) = 137+65+18=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #894112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894112 is #76BEED. Grayscale: #515151. Windows color (decimal): -7782126 or 1196425. OLE color: 1196425.

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

Color convert

RGB 137 65 18 -
CMYK 0 0.53 0.87 0.46
HSL 23.7º 0.77% 0.3% -
HSV(B) 23.7º 0.87% 0.54% -
XYZ 12.32 9.14 1.69 -
YUV 81.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 137 65 18 0 0.53 0.87 0.46 23.7 0.77 0.3
Hex 89 41 12 0 35 57 2E 18 4D 1E
Octal 211 101 22 0 65 127 56 30 115 36
Binary 10001001 1000001 10010 0 110101 1010111 101110 11000 1001101 11110

Color Harmonies of #894112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894112

Black with #894112

Text Example


Text Example

White with #894112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894112; }

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

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

background-color css

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

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

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

border-color css

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

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

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