Html Css Color HEX #893A0B Saddle Brown

📋 copy color: '#893A0B'

red 137 ◦ green 58 ◦ blue 11

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

Shades of Saddle Brown #893A0B

Tints of Saddle Brown #893A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.34%

R = 66.5%
G = 28.16%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.46

RGB Variations

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

Color information

#893A0B (or 0x893A0B) is known color: Saddle Brown. HEX triplet: 89, 3A and 0B. RGB value is (137,58,11). Sum of RGB (Red+Green+Blue) = 137+58+11=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #893A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A0B is #76C5F4. Grayscale: #4C4C4C. Windows color (decimal): -7783925 or 735881. OLE color: 735881.

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

Color convert

RGB 137 58 11 -
CMYK 0 0.58 0.92 0.46
HSL 22.38º 0.85% 0.29% -
HSV(B) 22.38º 0.92% 0.54% -
XYZ 11.89 8.37 1.31 -
YUV 76.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 137 58 11 0 0.58 0.92 0.46 22.38 0.85 0.29
Hex 89 3A B 0 3A 5C 2E 16 55 1D
Octal 211 72 13 0 72 134 56 26 125 35
Binary 10001001 111010 1011 0 111010 1011100 101110 10110 1010101 11101

Color Harmonies of #893A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A0B

Black with #893A0B

Text Example


Text Example

White with #893A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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