#89310F

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

Shades of Saddle Brown #89310F

Tints of Saddle Brown #89310F

Color information

#89310F (or 0x89310F) is unknown color: approx Saddle Brown. HEX triplet: 89, 31 and 0F. RGB value is (137,49,15). Sum of RGB (Red+Green+Blue) = 137+49+15=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #89310F is #76CEF0. Grayscale: #474747. Windows color (decimal): -7786225 or 995721. OLE color: 995721.

HSL color Cylindrical-coordinate representation of color #89310F: hue angle of 16.72º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #89310F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1374915-
CMYK00.640.890.46
HSL16.72º80.26%29.8%-
HSV(B)16.72º89.05%53.73%-
XYZ11.57.551.3-
YUV71.4496.15174.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 68.16%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 15 (6.25% from 255) = 7.46%
R=68.16%
G=24.38%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137491500.640.890.4616.7280.2629.8
Hex8931F040592E11501e
Octal21161170100131562112036
Binary10001001110001111101000000101100110111010001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89310F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89310F; }

 p { color: rgb(137,49,15); }

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

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

 a { background-color: rgb(137,49,15); }

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

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

 span { border-color: rgb(137,49,15); }

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