#975313

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

Shades of Saddle Brown #975313

Tints of Saddle Brown #975313

Color information

#975313 (or 0x975313) is unknown color: approx Saddle Brown. HEX triplet: 97, 53 and 13. RGB value is (151,83,19). Sum of RGB (Red+Green+Blue) = 151+83+19=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 19 (7.81% from 255 or 7.51% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #975313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975313 is #68ACEC. Grayscale: #606060. Windows color (decimal): -6860013 or 1266583. OLE color: 1266583.

HSL color Cylindrical-coordinate representation of color #975313: hue angle of 29.09º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #975313 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1518319-
CMYK00.450.870.41
HSL29.09º77.65%33.33%-
HSV(B)29.09º87.42%59.22%-
XYZ15.9712.812.25-
YUV96.0484.53167.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 19 (7.81% from 255) = 7.51%
R=59.68%
G=32.81%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151831900.450.870.4129.0977.6533.33
Hex97531302D57291d4e21
Octal22712323055127513511641
Binary1001011110100111001101011011010111101001111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #975313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #975313; }

 p { color: rgb(151,83,19); }

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

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

 a { background-color: rgb(151,83,19); }

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

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

 span { border-color: rgb(151,83,19); }

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