#93700F

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

Shades of Golden Brown #93700F

Tints of Golden Brown #93700F

Color information

#93700F (or 0x93700F) is unknown color: approx Golden Brown. HEX triplet: 93, 70 and 0F. RGB value is (147,112,15). Sum of RGB (Red+Green+Blue) = 147+112+15=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 112 (44.14% from 255 or 40.88% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93700F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93700F is #6C8FF0. Grayscale: #6F6F6F. Windows color (decimal): -7114737 or 1011859. OLE color: 1011859.

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

Color convert

RGB14711215-
CMYK00.240.900.42
HSL44.09º81.48%31.76%-
HSV(B)44.09º89.8%57.65%-
XYZ17.9117.832.95-
YUV111.4173.6153.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 112 (44.14% from 255) = 40.88%
BLUE value IS 15 (6.25% from 255) = 5.47%
R=53.65%
G=40.88%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471121500.240.900.4244.0981.4831.76
Hex9370F0185A2A2c5120
Octal22316017030132525412140
Binary100100111110000111101100010110101010101011001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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