#893A07

Color #893A07 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #893A07

Tints of Saddle Brown #893A07

Color information

#893A07 (or 0x893A07) is unknown color: approx Saddle Brown. HEX triplet: 89, 3A and 07. RGB value is (137,58,7). Sum of RGB (Red+Green+Blue) = 137+58+7=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 58 (23.05% from 255 or 28.71% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #893A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893A07 is #76C5F8. Grayscale: #4C4C4C. Windows color (decimal): -7783929 or 473737. OLE color: 473737.

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

Color convert

RGB137587-
CMYK00.580.950.46
HSL23.54º90.28%28.24%-
HSV(B)23.54º94.89%53.73%-
XYZ11.878.361.19-
YUV75.8189.17171.65-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 58 (23.05% from 255) = 28.71%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=67.82%
G=28.71%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13758700.580.950.4623.5490.2828.24
Hex893A703A5F2E185a1c
Octal211727072137563013234
Binary100010011110101110111010101111110111011000101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #893A07;
 }
 .AnyTagClassName
 {
   color: #893A07;
 }
</style>
background-color css

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

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

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

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

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

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