Html Css Color HEX #893F11 Saddle Brown

📋 copy color: '#893F11'

red 137 ◦ green 63 ◦ blue 17

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

Shades of Saddle Brown #893F11

Tints of Saddle Brown #893F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.83%

R = 63.13%
G = 29.03%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#893F11 (or 0x893F11) is known color: Saddle Brown. HEX triplet: 89, 3F and 11. RGB value is (137,63,17). Sum of RGB (Red+Green+Blue) = 137+63+17=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #893F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893F11 is #76C0EE. Grayscale: #505050. Windows color (decimal): -7782639 or 1130377. OLE color: 1130377.

HSL color Cylindrical-coordinate representation of color #893F11: hue angle of 23º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #893F11 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 63 17 -
CMYK 0 0.54 0.88 0.46
HSL 23º 0.78% 0.3% -
HSV(B) 23º 0.88% 0.54% -
XYZ 12.2 8.91 1.61 -
YUV 79.88 92.52 168.74 -
System Red Green Blue C M Y K H S L
Decimal 137 63 17 0 0.54 0.88 0.46 23 0.78 0.3
Hex 89 3F 11 0 36 58 2E 17 4E 1E
Octal 211 77 21 0 66 130 56 27 116 36
Binary 10001001 111111 10001 0 110110 1011000 101110 10111 1001110 11110

Color Harmonies of #893F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893F11

Black with #893F11

Text Example


Text Example

White with #893F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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