#97360C

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

Shades of Saddle Brown #97360C

Tints of Saddle Brown #97360C

Color information

#97360C (or 0x97360C) is unknown color: approx Saddle Brown. HEX triplet: 97, 36 and 0C. RGB value is (151,54,12). Sum of RGB (Red+Green+Blue) = 151+54+12=217 (28% of max value = 765). Red value is 151 (59.38% from 255 or 69.59% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 151 - color contains mainly: red. Hex color #97360C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97360C is #68C9F3. Grayscale: #4E4E4E. Windows color (decimal): -6867444 or 800407. OLE color: 800407.

HSL color Cylindrical-coordinate representation of color #97360C: hue angle of 18.13º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97360C is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1515412-
CMYK00.640.920.41
HSL18.13º85.28%31.96%-
HSV(B)18.13º92.05%59.22%-
XYZ14.159.241.39-
YUV78.2190.64179.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 69.59%
GREEN value IS 54 (21.48% from 255) = 24.88%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=69.59%
G=24.88%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151541200.640.920.4118.1385.2831.96
Hex9736C0405C29125520
Octal22766140100134512212540
Binary100101111101101100010000001011100101001100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97360C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,54,12); }

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

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

 a { background-color: rgb(151,54,12); }

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

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

 span { border-color: rgb(151,54,12); }

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