#893300

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

Shades of Saddle Brown #893300

Tints of Saddle Brown #893300

Color information

#893300 (or 0x893300) is unknown color: approx Saddle Brown. HEX triplet: 89, 33 and 00. RGB value is (137,51,0). Sum of RGB (Red+Green+Blue) = 137+51+0=188 (24% of max value = 765). Red value is 137 (53.91% from 255 or 72.87% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 137 - color contains mainly: red. Hex color #893300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893300 is #76CCFF. Grayscale: #474747. Windows color (decimal): -7785728 or 13193. OLE color: 13193.

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

Color convert

RGB137510-
CMYK00.6310.46
HSL22.34º100%26.86%-
HSV(B)22.34º100%53.73%-
XYZ11.57.690.88-
YUV70.987.99175.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.87%
GREEN value IS 51 (20.31% from 255) = 27.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.87%
G=27.13%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13751000.6310.4622.3410026.86
Hex8933003F642E16641b
Octal211630077144562614433
Binary1000100111001100111111110010010111010110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893300; }

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

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

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

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

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

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

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

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