#893305

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

Shades of Saddle Brown #893305

Tints of Saddle Brown #893305

Color information

#893305 (or 0x893305) is unknown color: approx Saddle Brown. HEX triplet: 89, 33 and 05. RGB value is (137,51,5). Sum of RGB (Red+Green+Blue) = 137+51+5=193 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.98% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 137 - color contains mainly: red. Hex color #893305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893305 is #76CCFA. Grayscale: #474747. Windows color (decimal): -7785723 or 340873. OLE color: 340873.

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

Color convert

RGB137515-
CMYK00.630.960.46
HSL20.91º92.96%27.84%-
HSV(B)20.91º96.35%53.73%-
XYZ11.537.71.02-
YUV71.4790.49174.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.98%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=70.98%
G=26.42%
B=2.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13751500.630.960.4620.9192.9627.84
Hex8933503F602E155d1c
Octal211635077140562513534
Binary100010011100111010111111110000010111010101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893305; }

 p { color: rgb(137,51,5); }

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

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

 a { background-color: rgb(137,51,5); }

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

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

 span { border-color: rgb(137,51,5); }

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