Html Css Color HEX #893D11 Saddle Brown

📋 copy color: '#893D11'

red 137 ◦ green 61 ◦ blue 17

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

Shades of Saddle Brown #893D11

Tints of Saddle Brown #893D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 28.37%

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

R = 63.72%
G = 28.37%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#893D11 (or 0x893D11) is known color: Saddle Brown. HEX triplet: 89, 3D and 11. RGB value is (137,61,17). Sum of RGB (Red+Green+Blue) = 137+61+17=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 17 (7.03% from 255 or 7.91% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #893D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893D11 is #76C2EE. Grayscale: #4E4E4E. Windows color (decimal): -7783151 or 1129865. OLE color: 1129865.

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

Color convert

RGB 137 61 17 -
CMYK 0 0.55 0.88 0.46
HSL 22º 0.78% 0.3% -
HSV(B) 22º 0.88% 0.54% -
XYZ 12.09 8.7 1.57 -
YUV 78.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 137 61 17 0 0.55 0.88 0.46 22 0.78 0.3
Hex 89 3D 11 0 37 58 2E 16 4E 1E
Octal 211 75 21 0 67 130 56 26 116 36
Binary 10001001 111101 10001 0 110111 1011000 101110 10110 1001110 11110

Color Harmonies of #893D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893D11

Black with #893D11

Text Example


Text Example

White with #893D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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