#97440D

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

Shades of Saddle Brown #97440D

Tints of Saddle Brown #97440D

Color information

#97440D (or 0x97440D) is unknown color: approx Saddle Brown. HEX triplet: 97, 44 and 0D. RGB value is (151,68,13). Sum of RGB (Red+Green+Blue) = 151+68+13=232 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.09% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 151 - color contains mainly: red. Hex color #97440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97440D is #68BBF2. Grayscale: #565656. Windows color (decimal): -6863859 or 869527. OLE color: 869527.

HSL color Cylindrical-coordinate representation of color #97440D: hue angle of 23.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97440D is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1516813-
CMYK00.550.910.41
HSL23.91º84.15%32.16%-
HSV(B)23.91º91.39%59.22%-
XYZ14.910.741.67-
YUV86.5586.5173.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.09%
GREEN value IS 68 (26.95% from 255) = 29.31%
BLUE value IS 13 (5.47% from 255) = 5.60%
R=65.09%
G=29.31%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151681300.550.910.4123.9184.1532.16
Hex9744D0375B29185420
Octal22710415067133513012440
Binary100101111000100110101101111011011101001110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97440D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97440D; }

 p { color: rgb(151,68,13); }

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

<style>
 a { background-color: #97440D; }

 a { background-color: rgb(151,68,13); }

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

<style>
 span { border-color: #97440D; }

 span { border-color: rgb(151,68,13); }

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