#97480E

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

Shades of Saddle Brown #97480E

Tints of Saddle Brown #97480E

Color information

#97480E (or 0x97480E) is unknown color: approx Saddle Brown. HEX triplet: 97, 48 and 0E. RGB value is (151,72,14). Sum of RGB (Red+Green+Blue) = 151+72+14=237 (31% of max value = 765). Red value is 151 (59.38% from 255 or 63.71% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 151 - color contains mainly: red. Hex color #97480E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97480E is #68B7F1. Grayscale: #595959. Windows color (decimal): -6862834 or 936087. OLE color: 936087.

HSL color Cylindrical-coordinate representation of color #97480E: hue angle of 25.4º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97480E is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1517214-
CMYK00.520.910.41
HSL25.4º83.03%32.35%-
HSV(B)25.4º90.73%59.22%-
XYZ15.1611.251.79-
YUV89.0185.67172.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 63.71%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=63.71%
G=30.38%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151721400.520.910.4125.483.0332.35
Hex9748E0345B29195320
Octal22711016064133513112340
Binary100101111001000111001101001011011101001110011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97480E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97480E; }

 p { color: rgb(151,72,14); }

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

<style>
 a { background-color: #97480E; }

 a { background-color: rgb(151,72,14); }

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

<style>
 span { border-color: #97480E; }

 span { border-color: rgb(151,72,14); }

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