#89520D

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

Shades of Saddle Brown #89520D

Tints of Saddle Brown #89520D

Color information

#89520D (or 0x89520D) is unknown color: approx Saddle Brown. HEX triplet: 89, 52 and 0D. RGB value is (137,82,13). Sum of RGB (Red+Green+Blue) = 137+82+13=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89520D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89520D is #76ADF2. Grayscale: #5A5A5A. Windows color (decimal): -7777779 or 873097. OLE color: 873097.

HSL color Cylindrical-coordinate representation of color #89520D: hue angle of 33.39º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89520D is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1378213-
CMYK00.400.910.46
HSL33.39º82.67%29.41%-
HSV(B)33.39º90.51%53.73%-
XYZ13.4111.381.87-
YUV90.5884.22161.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=59.05%
G=35.34%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137821300.400.910.4633.3982.6729.41
Hex8952D0285B2E21531d
Octal21112215050133564112335
Binary100010011010010110101010001011011101110100001101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89520D; }

 p { color: rgb(137,82,13); }

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

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

 a { background-color: rgb(137,82,13); }

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

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

 span { border-color: rgb(137,82,13); }

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