#893508

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

Shades of Saddle Brown #893508

Tints of Saddle Brown #893508

Color information

#893508 (or 0x893508) is unknown color: approx Saddle Brown. HEX triplet: 89, 35 and 08. RGB value is (137,53,8). Sum of RGB (Red+Green+Blue) = 137+53+8=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #893508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893508 is #76CAF7. Grayscale: #494949. Windows color (decimal): -7785208 or 537993. OLE color: 537993.

HSL color Cylindrical-coordinate representation of color #893508: hue angle of 20.93º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #893508 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB137538-
CMYK00.610.940.46
HSL20.93º88.97%28.43%-
HSV(B)20.93º94.16%53.73%-
XYZ11.637.881.14-
YUV72.9991.33173.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 69.19%
GREEN value IS 53 (21.09% from 255) = 26.77%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=69.19%
G=26.77%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13753800.610.940.4620.9388.9728.43
Hex8935803D5E2E15591c
Octal2116510075136562513134
Binary1000100111010110000111101101111010111010101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893508; }

 p { color: rgb(137,53,8); }

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

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

 a { background-color: rgb(137,53,8); }

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

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

 span { border-color: rgb(137,53,8); }

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