Html Css Color HEX #893F13 Saddle Brown

📋 copy color: '#893F13'

red 137 ◦ green 63 ◦ blue 19

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

Shades of Saddle Brown #893F13

Tints of Saddle Brown #893F13

RGB

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

 GREEN value IS 63 (25% from 255) = 28.77%

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

R = 62.56%
G = 28.77%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#893F13 (or 0x893F13) is known color: Saddle Brown. HEX triplet: 89, 3F and 13. RGB value is (137,63,19). Sum of RGB (Red+Green+Blue) = 137+63+19=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #893F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F13 is #76C0EC. Grayscale: #505050. Windows color (decimal): -7782637 or 1261449. OLE color: 1261449.

HSL color Cylindrical-coordinate representation of color #893F13: hue angle of 22.37º 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 #893F13 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 19 -
CMYK 0 0.54 0.86 0.46
HSL 22.37º 0.76% 0.31% -
HSV(B) 22.37º 0.86% 0.54% -
XYZ 12.21 8.92 1.69 -
YUV 80.11 93.52 168.58 -
System Red Green Blue C M Y K H S L
Decimal 137 63 19 0 0.54 0.86 0.46 22.37 0.76 0.31
Hex 89 3F 13 0 36 56 2E 16 4C 1F
Octal 211 77 23 0 66 126 56 26 114 37
Binary 10001001 111111 10011 0 110110 1010110 101110 10110 1001100 11111

Color Harmonies of #893F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F13

Black with #893F13

Text Example


Text Example

White with #893F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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