#93740F

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

Shades of Golden Brown #93740F

Tints of Golden Brown #93740F

Color information

#93740F (or 0x93740F) is unknown color: approx Golden Brown. HEX triplet: 93, 74 and 0F. RGB value is (147,116,15). Sum of RGB (Red+Green+Blue) = 147+116+15=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93740F is #6C8BF0. Grayscale: #727272. Windows color (decimal): -7113713 or 1012883. OLE color: 1012883.

HSL color Cylindrical-coordinate representation of color #93740F: hue angle of 45.91º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93740F is Cyan = 0, Magento = 0.21, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14711615-
CMYK00.210.900.42
HSL45.91º81.48%31.76%-
HSV(B)45.91º89.8%57.65%-
XYZ18.3618.733.1-
YUV113.7572.27151.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.88%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 15 (6.25% from 255) = 5.40%
R=52.88%
G=41.73%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471161500.210.900.4245.9181.4831.76
Hex9374F0155A2A2e5120
Octal22316417025132525612140
Binary100100111110100111101010110110101010101011101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93740F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93740F; }

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

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

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

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

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

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

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

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