Html Css Color HEX #893812 Saddle Brown

📋 copy color: '#893812'

red 137 ◦ green 56 ◦ blue 18

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

Shades of Saddle Brown #893812

Tints of Saddle Brown #893812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.54%

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

R = 64.93%
G = 26.54%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#893812 (or 0x893812) is known color: Saddle Brown. HEX triplet: 89, 38 and 12. RGB value is (137,56,18). Sum of RGB (Red+Green+Blue) = 137+56+18=211 (27% of max value = 765). Red value is 137 (53.91% from 255 or 64.93% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 137 - color contains mainly: red. Hex color #893812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893812 is #76C7ED. Grayscale: #4C4C4C. Windows color (decimal): -7784430 or 1194121. OLE color: 1194121.

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

Color convert

RGB 137 56 18 -
CMYK 0 0.59 0.87 0.46
HSL 19.16º 0.77% 0.3% -
HSV(B) 19.16º 0.87% 0.54% -
XYZ 11.84 8.19 1.53 -
YUV 75.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 137 56 18 0 0.59 0.87 0.46 19.16 0.77 0.3
Hex 89 38 12 0 3B 57 2E 13 4D 1E
Octal 211 70 22 0 73 127 56 23 115 36
Binary 10001001 111000 10010 0 111011 1010111 101110 10011 1001101 11110

Color Harmonies of #893812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893812

Black with #893812

Text Example


Text Example

White with #893812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893812; }

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

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

background-color css

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

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

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

border-color css

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

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

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