Html Css Color HEX #893A0C Saddle Brown

📋 copy color: '#893A0C'

red 137 ◦ green 58 ◦ blue 12

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

Shades of Saddle Brown #893A0C

Tints of Saddle Brown #893A0C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.02%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 66.18%
G = 28.02%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#893A0C (or 0x893A0C) is known color: Saddle Brown. HEX triplet: 89, 3A and 0C. RGB value is (137,58,12). Sum of RGB (Red+Green+Blue) = 137+58+12=207 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.18% from 207); Green value is 58 (23.05% from 255 or 28.02% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 137 - color contains mainly: red. Hex color #893A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A0C is #76C5F3. Grayscale: #4C4C4C. Windows color (decimal): -7783924 or 801417. OLE color: 801417.

HSL color Cylindrical-coordinate representation of color #893A0C: hue angle of 22.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #893A0C is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 58 12 -
CMYK 0 0.58 0.91 0.46
HSL 22.08º 0.84% 0.29% -
HSV(B) 22.08º 0.91% 0.54% -
XYZ 11.9 8.37 1.34 -
YUV 76.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 137 58 12 0 0.58 0.91 0.46 22.08 0.84 0.29
Hex 89 3A C 0 3A 5B 2E 16 54 1D
Octal 211 72 14 0 72 133 56 26 124 35
Binary 10001001 111010 1100 0 111010 1011011 101110 10110 1010100 11101

Color Harmonies of #893A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A0C

Black with #893A0C

Text Example


Text Example

White with #893A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893A0C; }

 p { color: rgb(137,58,12); }

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

background-color css

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

 a { background-color: rgb(137,58,12); }

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

border-color css

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

 span { border-color: rgb(137,58,12); }

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