#934513

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

Shades of Saddle Brown #934513

Tints of Saddle Brown #934513

Color information

#934513 (or 0x934513) is unknown color: approx Saddle Brown. HEX triplet: 93, 45 and 13. RGB value is (147,69,19). Sum of RGB (Red+Green+Blue) = 147+69+19=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #934513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934513 is #6CBAEC. Grayscale: #565656. Windows color (decimal): -7125741 or 1262995. OLE color: 1262995.

HSL color Cylindrical-coordinate representation of color #934513: hue angle of 23.44º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #934513 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1476919-
CMYK00.530.870.42
HSL23.44º77.11%32.55%-
HSV(B)23.44º87.07%57.65%-
XYZ14.2810.511.89-
YUV86.6289.84171.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.55%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=62.55%
G=29.36%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147691900.530.870.4223.4477.1132.55
Hex934513035572A174d21
Octal22310523065127522711541
Binary1001001110001011001101101011010111101010101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934513; }

 p { color: rgb(147,69,19); }

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

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

 a { background-color: rgb(147,69,19); }

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

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

 span { border-color: rgb(147,69,19); }

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