#97451C

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

Shades of Saddle Brown #97451C

Tints of Saddle Brown #97451C

Color information

#97451C (or 0x97451C) is unknown color: approx Saddle Brown. HEX triplet: 97, 45 and 1C. RGB value is (151,69,28). Sum of RGB (Red+Green+Blue) = 151+69+28=248 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.89% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 151 - color contains mainly: red. Hex color #97451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97451C is #68BAE3. Grayscale: #595959. Windows color (decimal): -6863588 or 1852823. OLE color: 1852823.

HSL color Cylindrical-coordinate representation of color #97451C: hue angle of 20º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97451C is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB1516928-
CMYK00.540.810.41
HSL20º68.72%35.1%-
HSV(B)20º81.46%59.22%-
XYZ15.110.922.41-
YUV88.8493.67172.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.89%
GREEN value IS 69 (27.34% from 255) = 27.82%
BLUE value IS 28 (11.33% from 255) = 11.29%
R=60.89%
G=27.82%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151692800.540.810.412068.7235.1
Hex97451C0365129144523
Octal22710534066121512410543
Binary1001011110001011110001101101010001101001101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97451C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97451C; }

 p { color: rgb(151,69,28); }

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

<style>
 a { background-color: #97451C; }

 a { background-color: rgb(151,69,28); }

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

<style>
 span { border-color: #97451C; }

 span { border-color: rgb(151,69,28); }

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