#97300A

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

Shades of Saddle Brown #97300A

Tints of Saddle Brown #97300A

Color information

#97300A (or 0x97300A) is unknown color: approx Saddle Brown. HEX triplet: 97, 30 and 0A. RGB value is (151,48,10). Sum of RGB (Red+Green+Blue) = 151+48+10=209 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.25% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 151 - color contains mainly: red. Hex color #97300A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97300A is #68CFF5. Grayscale: #4A4A4A. Windows color (decimal): -6868982 or 667799. OLE color: 667799.

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

Color convert

RGB1514810-
CMYK00.680.930.41
HSL16.17º87.58%31.57%-
HSV(B)16.17º93.38%59.22%-
XYZ13.878.721.24-
YUV74.4691.62182.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 72.25%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 10 (4.30% from 255) = 4.78%
R=72.25%
G=22.97%
B=4.78%

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
Decimal151481000.680.930.4116.1787.5831.57
Hex9730A0445D29105820
Octal22760120104135512013040
Binary100101111100001010010001001011101101001100001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97300A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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