Html Css Color HEX #893A13 Saddle Brown

📋 copy color: '#893A13'

red 137 ◦ green 58 ◦ blue 19

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

Shades of Saddle Brown #893A13

Tints of Saddle Brown #893A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 64.02%
G = 27.1%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#893A13 (or 0x893A13) is known color: Saddle Brown. HEX triplet: 89, 3A and 13. RGB value is (137,58,19). Sum of RGB (Red+Green+Blue) = 137+58+19=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #893A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A13 is #76C5EC. Grayscale: #4D4D4D. Windows color (decimal): -7783917 or 1260169. OLE color: 1260169.

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

Color convert

RGB 137 58 19 -
CMYK 0 0.58 0.86 0.46
HSL 19.83º 0.76% 0.31% -
HSV(B) 19.83º 0.86% 0.54% -
XYZ 11.95 8.39 1.61 -
YUV 77.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 137 58 19 0 0.58 0.86 0.46 19.83 0.76 0.31
Hex 89 3A 13 0 3A 56 2E 14 4C 1F
Octal 211 72 23 0 72 126 56 24 114 37
Binary 10001001 111010 10011 0 111010 1010110 101110 10100 1001100 11111

Color Harmonies of #893A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A13

Black with #893A13

Text Example


Text Example

White with #893A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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