#97420A

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

Shades of Saddle Brown #97420A

Tints of Saddle Brown #97420A

Color information

#97420A (or 0x97420A) is unknown color: approx Saddle Brown. HEX triplet: 97, 42 and 0A. RGB value is (151,66,10). Sum of RGB (Red+Green+Blue) = 151+66+10=227 (30% of max value = 765). Red value is 151 (59.38% from 255 or 66.52% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 151 - color contains mainly: red. Hex color #97420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97420A is #68BDF5. Grayscale: #555555. Windows color (decimal): -6864374 or 672407. OLE color: 672407.

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

Color convert

RGB1516610-
CMYK00.560.930.41
HSL23.83º87.58%31.57%-
HSV(B)23.83º93.38%59.22%-
XYZ14.7710.51.54-
YUV85.0385.66175.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 66.52%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 10 (4.30% from 255) = 4.41%
R=66.52%
G=29.07%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151661000.560.930.4123.8387.5831.57
Hex9742A0385D29185820
Octal22710212070135513013040
Binary100101111000010101001110001011101101001110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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