#937014

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

Shades of Golden Brown #937014

Tints of Golden Brown #937014

Color information

#937014 (or 0x937014) is unknown color: approx Golden Brown. HEX triplet: 93, 70 and 14. RGB value is (147,112,20). Sum of RGB (Red+Green+Blue) = 147+112+20=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #937014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #937014 is #6C8FEB. Grayscale: #707070. Windows color (decimal): -7114732 or 1339539. OLE color: 1339539.

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

Color convert

RGB14711220-
CMYK00.240.860.42
HSL43.46º76.05%32.75%-
HSV(B)43.46º86.39%57.65%-
XYZ17.9517.843.16-
YUV111.9876.1152.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=52.69%
G=40.14%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471122000.240.860.4243.4676.0532.75
Hex937014018562A2b4c21
Octal22316024030126525311441
Binary1001001111100001010001100010101101010101010111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937014; }

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

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

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

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

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

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

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

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