#89300A

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

Shades of Saddle Brown #89300A

Tints of Saddle Brown #89300A

Color information

#89300A (or 0x89300A) is unknown color: approx Saddle Brown. HEX triplet: 89, 30 and 0A. RGB value is (137,48,10). Sum of RGB (Red+Green+Blue) = 137+48+10=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #89300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89300A is #76CFF5. Grayscale: #464646. Windows color (decimal): -7786486 or 667785. OLE color: 667785.

HSL color Cylindrical-coordinate representation of color #89300A: hue angle of 17.95º 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 #89300A is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB1374810-
CMYK00.650.930.46
HSL17.95º86.39%28.82%-
HSV(B)17.95º92.7%53.73%-
XYZ11.437.451.12-
YUV70.2893.99175.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 70.26%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 10 (4.30% from 255) = 5.13%
R=70.26%
G=24.62%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137481000.650.930.4617.9586.3928.82
Hex8930A0415D2E12561d
Octal21160120101135562212635
Binary10001001110000101001000001101110110111010010101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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