#893202

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

Shades of Saddle Brown #893202

Tints of Saddle Brown #893202

Color information

#893202 (or 0x893202) is unknown color: approx Saddle Brown. HEX triplet: 89, 32 and 02. RGB value is (137,50,2). Sum of RGB (Red+Green+Blue) = 137+50+2=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #893202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893202 is #76CDFD. Grayscale: #464646. Windows color (decimal): -7785982 or 144009. OLE color: 144009.

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

Color convert

RGB137502-
CMYK00.640.990.46
HSL21.33º97.12%27.25%-
HSV(B)21.33º98.54%53.73%-
XYZ11.477.60.92-
YUV70.5489.32175.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 72.49%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 2 (1.17% from 255) = 1.06%
R=72.49%
G=26.46%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13750200.640.990.4621.3397.1227.25
Hex89322040632E15611b
Octal2116220100143562514133
Binary100010011100101001000000110001110111010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #893202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #893202; }

 p { color: rgb(137,50,2); }

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

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

 a { background-color: rgb(137,50,2); }

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

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

 span { border-color: rgb(137,50,2); }

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