#97431b

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

Shades of Saddle Brown #97431B

Tints of Saddle Brown #97431B

Color information

#97431B (or 0x97431B) is unknown color: approx Saddle Brown. HEX triplet: 97, 43 and 1B. RGB value is (151,67,27). Sum of RGB (Red+Green+Blue) = 151+67+27=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #97431B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #97431B is #68BCE4. Grayscale: #575757. Windows color (decimal): -6864101 or 1786775. OLE color: 1786775.

HSL color Cylindrical-coordinate representation of color #97431B: hue angle of 19.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #97431B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB1516727-
CMYK00.560.820.41
HSL19.35º69.66%34.9%-
HSV(B)19.35º82.12%59.22%-
XYZ14.9710.672.31-
YUV87.5693.83173.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 27 (10.94% from 255) = 11.02%
R=61.63%
G=27.35%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151672700.560.820.4119.3569.6634.9
Hex97431B0385229134623
Octal22710333070122512310643
Binary1001011110000111101101110001010010101001100111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97431b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97431b; }

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

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

<style>
 a { background-color: #97431b; }

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

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

<style>
 span { border-color: #97431b; }

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

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