#97500E

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

Shades of Saddle Brown #97500E

Tints of Saddle Brown #97500E

Color information

#97500E (or 0x97500E) is unknown color: approx Saddle Brown. HEX triplet: 97, 50 and 0E. RGB value is (151,80,14). Sum of RGB (Red+Green+Blue) = 151+80+14=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97500E is #68AFF1. Grayscale: #5E5E5E. Windows color (decimal): -6860786 or 938135. OLE color: 938135.

HSL color Cylindrical-coordinate representation of color #97500E: hue angle of 28.91º 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 #97500E is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1518014-
CMYK00.470.910.41
HSL28.91º83.03%32.35%-
HSV(B)28.91º90.73%59.22%-
XYZ15.7112.351.97-
YUV93.783.02168.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 14 (5.86% from 255) = 5.71%
R=61.63%
G=32.65%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151801400.470.910.4128.9183.0332.35
Hex9750E02F5B291d5320
Octal22712016057133513512340
Binary100101111010000111001011111011011101001111011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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