Html Css Color HEX #893A0A Saddle Brown

📋 copy color: '#893A0A'

red 137 ◦ green 58 ◦ blue 10

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

Shades of Saddle Brown #893A0A

Tints of Saddle Brown #893A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 66.83%
G = 28.29%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#893A0A (or 0x893A0A) is known color: Saddle Brown. HEX triplet: 89, 3A and 0A. RGB value is (137,58,10). Sum of RGB (Red+Green+Blue) = 137+58+10=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #893A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A0A is #76C5F5. Grayscale: #4C4C4C. Windows color (decimal): -7783926 or 670345. OLE color: 670345.

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

Color convert

RGB 137 58 10 -
CMYK 0 0.58 0.93 0.46
HSL 22.68º 0.86% 0.29% -
HSV(B) 22.68º 0.93% 0.54% -
XYZ 11.88 8.37 1.28 -
YUV 76.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 137 58 10 0 0.58 0.93 0.46 22.68 0.86 0.29
Hex 89 3A A 0 3A 5D 2E 17 56 1D
Octal 211 72 12 0 72 135 56 27 126 35
Binary 10001001 111010 1010 0 111010 1011101 101110 10111 1010110 11101

Color Harmonies of #893A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893A0A

Black with #893A0A

Text Example


Text Example

White with #893A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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