#97401A

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

Shades of Saddle Brown #97401A

Tints of Saddle Brown #97401A

Color information

#97401A (or 0x97401A) is unknown color: approx Saddle Brown. HEX triplet: 97, 40 and 1A. RGB value is (151,64,26). Sum of RGB (Red+Green+Blue) = 151+64+26=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #97401A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97401A is #68BFE5. Grayscale: #555555. Windows color (decimal): -6864870 or 1720471. OLE color: 1720471.

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

Color convert

RGB1516426-
CMYK00.580.830.41
HSL18.24º70.62%34.71%-
HSV(B)18.24º82.78%59.22%-
XYZ14.7810.322.19-
YUV85.6894.32174.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 62.66%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 26 (10.55% from 255) = 10.79%
R=62.66%
G=26.56%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151642600.580.830.4118.2470.6234.71
Hex97401A03A5329124723
Octal22710032072123512210743
Binary1001011110000001101001110101010011101001100101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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