#937013

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

Shades of Golden Brown #937013

Tints of Golden Brown #937013

Color information

#937013 (or 0x937013) is unknown color: approx Golden Brown. HEX triplet: 93, 70 and 13. RGB value is (147,112,19). Sum of RGB (Red+Green+Blue) = 147+112+19=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #937013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937013 is #6C8FEC. Grayscale: #707070. Windows color (decimal): -7114733 or 1274003. OLE color: 1274003.

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

Color convert

RGB14711219-
CMYK00.240.870.42
HSL43.59º77.11%32.55%-
HSV(B)43.59º87.07%57.65%-
XYZ17.9417.843.11-
YUV111.8675.6153.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.88%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 19 (7.81% from 255) = 6.83%
R=52.88%
G=40.29%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471121900.240.870.4243.5977.1132.55
Hex937013018572A2c4d21
Octal22316023030127525411541
Binary1001001111100001001101100010101111010101011001001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937013; }

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

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

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

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

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

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

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

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