#937414

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

Shades of Golden Brown #937414

Tints of Golden Brown #937414

Color information

#937414 (or 0x937414) is unknown color: approx Golden Brown. HEX triplet: 93, 74 and 14. RGB value is (147,116,20). Sum of RGB (Red+Green+Blue) = 147+116+20=283 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.94% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 147 - color contains mainly: red. Hex color #937414 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937414 is #6C8BEB. Grayscale: #727272. Windows color (decimal): -7113708 or 1340563. OLE color: 1340563.

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

Color convert

RGB14711620-
CMYK00.210.860.42
HSL45.35º76.05%32.75%-
HSV(B)45.35º86.39%57.65%-
XYZ18.418.743.31-
YUV114.3274.77151.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.94%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 20 (8.20% from 255) = 7.07%
R=51.94%
G=40.99%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471162000.210.860.4245.3576.0532.75
Hex937414015562A2d4c21
Octal22316424025126525511441
Binary1001001111101001010001010110101101010101011011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937414; }

 p { color: rgb(147,116,20); }

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

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

 a { background-color: rgb(147,116,20); }

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

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

 span { border-color: rgb(147,116,20); }

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