#97400A

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

Shades of Saddle Brown #97400A

Tints of Saddle Brown #97400A

Color information

#97400A (or 0x97400A) is unknown color: approx Saddle Brown. HEX triplet: 97, 40 and 0A. RGB value is (151,64,10). Sum of RGB (Red+Green+Blue) = 151+64+10=225 (29% of max value = 765). Red value is 151 (59.38% from 255 or 67.11% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 151 - color contains mainly: red. Hex color #97400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97400A is #68BFF5. Grayscale: #545454. Windows color (decimal): -6864886 or 671895. OLE color: 671895.

HSL color Cylindrical-coordinate representation of color #97400A: hue angle of 22.98º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97400A is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1516410-
CMYK00.580.930.41
HSL22.98º87.58%31.57%-
HSV(B)22.98º93.38%59.22%-
XYZ14.6510.271.5-
YUV83.8686.32175.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 67.11%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 10 (4.30% from 255) = 4.44%
R=67.11%
G=28.44%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151641000.580.930.4122.9887.5831.57
Hex9740A03A5D29175820
Octal22710012072135512713040
Binary100101111000000101001110101011101101001101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97400A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,64,10); }

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

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

 a { background-color: rgb(151,64,10); }

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

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

 span { border-color: rgb(151,64,10); }

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