#97430D

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

Shades of Saddle Brown #97430D

Tints of Saddle Brown #97430D

Color information

#97430D (or 0x97430D) is unknown color: approx Saddle Brown. HEX triplet: 97, 43 and 0D. RGB value is (151,67,13). Sum of RGB (Red+Green+Blue) = 151+67+13=231 (30% of max value = 765). Red value is 151 (59.38% from 255 or 65.37% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 151 - color contains mainly: red. Hex color #97430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97430D is #68BCF2. Grayscale: #565656. Windows color (decimal): -6864115 or 869271. OLE color: 869271.

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

Color convert

RGB1516713-
CMYK00.560.910.41
HSL23.48º84.15%32.16%-
HSV(B)23.48º91.39%59.22%-
XYZ14.8410.621.65-
YUV85.9686.83174.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 65.37%
GREEN value IS 67 (26.56% from 255) = 29.00%
BLUE value IS 13 (5.47% from 255) = 5.63%
R=65.37%
G=29.00%
B=5.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151671300.560.910.4123.4884.1532.16
Hex9743D0385B29175420
Octal22710315070133512712440
Binary100101111000011110101110001011011101001101111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97430D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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