Html Css Color HEX #893512 Saddle Brown

📋 copy color: '#893512'

red 137 ◦ green 53 ◦ blue 18

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

Shades of Saddle Brown #893512

Tints of Saddle Brown #893512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 65.87%
G = 25.48%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#893512 (or 0x893512) is known color: Saddle Brown. HEX triplet: 89, 35 and 12. RGB value is (137,53,18). Sum of RGB (Red+Green+Blue) = 137+53+18=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #893512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893512 is #76CAED. Grayscale: #4A4A4A. Windows color (decimal): -7785198 or 1193353. OLE color: 1193353.

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

Color convert

RGB 137 53 18 -
CMYK 0 0.61 0.87 0.46
HSL 17.65º 0.77% 0.3% -
HSV(B) 17.65º 0.87% 0.54% -
XYZ 11.7 7.91 1.48 -
YUV 74.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 137 53 18 0 0.61 0.87 0.46 17.65 0.77 0.3
Hex 89 35 12 0 3D 57 2E 12 4D 1E
Octal 211 65 22 0 75 127 56 22 115 36
Binary 10001001 110101 10010 0 111101 1010111 101110 10010 1001101 11110

Color Harmonies of #893512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893512

Black with #893512

Text Example


Text Example

White with #893512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893512; }

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

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

background-color css

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

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

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

border-color css

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

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

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