Html Css Color HEX #893A0D Saddle Brown

📋 copy color: '#893A0D'

red 137 ◦ green 58 ◦ blue 13

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

Shades of Saddle Brown #893A0D

Tints of Saddle Brown #893A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.25%

R = 65.87%
G = 27.88%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#893A0D (or 0x893A0D) is known color: Saddle Brown. HEX triplet: 89, 3A and 0D. RGB value is (137,58,13). Sum of RGB (Red+Green+Blue) = 137+58+13=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 58 (23.05% from 255 or 27.88% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #893A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A0D is #76C5F2. Grayscale: #4C4C4C. Windows color (decimal): -7783923 or 866953. OLE color: 866953.

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

Color convert

RGB 137 58 13 -
CMYK 0 0.58 0.91 0.46
HSL 21.77º 0.83% 0.29% -
HSV(B) 21.77º 0.91% 0.54% -
XYZ 11.9 8.37 1.37 -
YUV 76.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 137 58 13 0 0.58 0.91 0.46 21.77 0.83 0.29
Hex 89 3A D 0 3A 5B 2E 16 53 1D
Octal 211 72 15 0 72 133 56 26 123 35
Binary 10001001 111010 1101 0 111010 1011011 101110 10110 1010011 11101

Color Harmonies of #893A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A0D

Black with #893A0D

Text Example


Text Example

White with #893A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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