#97310A

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

Shades of Saddle Brown #97310A

Tints of Saddle Brown #97310A

Color information

#97310A (or 0x97310A) is unknown color: approx Saddle Brown. HEX triplet: 97, 31 and 0A. RGB value is (151,49,10). Sum of RGB (Red+Green+Blue) = 151+49+10=210 (27% of max value = 765). Red value is 151 (59.38% from 255 or 71.90% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 151 - color contains mainly: red. Hex color #97310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97310A is #68CEF5. Grayscale: #4B4B4B. Windows color (decimal): -6868726 or 668055. OLE color: 668055.

HSL color Cylindrical-coordinate representation of color #97310A: hue angle of 16.6º 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 #97310A is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1514910-
CMYK00.680.930.41
HSL16.6º87.58%31.57%-
HSV(B)16.6º93.38%59.22%-
XYZ13.928.81.25-
YUV75.0591.29182.17-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 71.90%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=71.90%
G=23.33%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151491000.680.930.4116.687.5831.57
Hex9731A0445D29115820
Octal22761120104135512113040
Binary100101111100011010010001001011101101001100011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97310A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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