#89380A

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

Shades of Saddle Brown #89380A

Tints of Saddle Brown #89380A

Color information

#89380A (or 0x89380A) is unknown color: approx Saddle Brown. HEX triplet: 89, 38 and 0A. RGB value is (137,56,10). Sum of RGB (Red+Green+Blue) = 137+56+10=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #89380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89380A is #76C7F5. Grayscale: #4B4B4B. Windows color (decimal): -7784438 or 669833. OLE color: 669833.

HSL color Cylindrical-coordinate representation of color #89380A: hue angle of 21.73º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89380A is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1375610-
CMYK00.590.930.46
HSL21.73º86.39%28.82%-
HSV(B)21.73º92.7%53.73%-
XYZ11.798.171.24-
YUV74.9891.34172.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 67.49%
GREEN value IS 56 (22.27% from 255) = 27.59%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=67.49%
G=27.59%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137561000.590.930.4621.7386.3928.82
Hex8938A03B5D2E16561d
Octal2117012073135562612635
Binary1000100111100010100111011101110110111010110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89380A; }

 p { color: rgb(137,56,10); }

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

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

 a { background-color: rgb(137,56,10); }

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

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

 span { border-color: rgb(137,56,10); }

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