#89340D

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

Shades of Saddle Brown #89340D

Tints of Saddle Brown #89340D

Color information

#89340D (or 0x89340D) is unknown color: approx Saddle Brown. HEX triplet: 89, 34 and 0D. RGB value is (137,52,13). Sum of RGB (Red+Green+Blue) = 137+52+13=202 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.82% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 137 - color contains mainly: red. Hex color #89340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89340D is #76CBF2. Grayscale: #494949. Windows color (decimal): -7785459 or 865417. OLE color: 865417.

HSL color Cylindrical-coordinate representation of color #89340D: hue angle of 18.87º 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 #89340D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1375213-
CMYK00.620.910.46
HSL18.87º82.67%29.41%-
HSV(B)18.87º90.51%53.73%-
XYZ11.627.81.27-
YUV72.9794.16173.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.82%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=67.82%
G=25.74%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137521300.620.910.4618.8782.6729.41
Hex8934D03E5B2E13531d
Octal2116415076133562312335
Binary1000100111010011010111110101101110111010011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89340D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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