#934913

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

Shades of Saddle Brown #934913

Tints of Saddle Brown #934913

Color information

#934913 (or 0x934913) is unknown color: approx Saddle Brown. HEX triplet: 93, 49 and 13. RGB value is (147,73,19). Sum of RGB (Red+Green+Blue) = 147+73+19=239 (31% of max value = 765). Red value is 147 (57.81% from 255 or 61.51% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 147 - color contains mainly: red. Hex color #934913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934913 is #6CB6EC. Grayscale: #595959. Windows color (decimal): -7124717 or 1264019. OLE color: 1264019.

HSL color Cylindrical-coordinate representation of color #934913: hue angle of 25.31º 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 #934913 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB1477319-
CMYK00.500.870.42
HSL25.31º77.11%32.55%-
HSV(B)25.31º87.07%57.65%-
XYZ14.5311.021.98-
YUV88.9788.52169.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 61.51%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 19 (7.81% from 255) = 7.95%
R=61.51%
G=30.54%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147731900.500.870.4225.3177.1132.55
Hex934913032572A194d21
Octal22311123062127523111541
Binary1001001110010011001101100101010111101010110011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934913; }

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

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

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

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

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

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

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

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