#93700C

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

Shades of Golden Brown #93700C

Tints of Golden Brown #93700C

Color information

#93700C (or 0x93700C) is unknown color: approx Golden Brown. HEX triplet: 93, 70 and 0C. RGB value is (147,112,12). Sum of RGB (Red+Green+Blue) = 147+112+12=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #93700C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93700C is #6C8FF3. Grayscale: #6F6F6F. Windows color (decimal): -7114740 or 815251. OLE color: 815251.

HSL color Cylindrical-coordinate representation of color #93700C: hue angle of 44.44º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93700C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14711212-
CMYK00.240.920.42
HSL44.44º84.91%31.18%-
HSV(B)44.44º91.84%57.65%-
XYZ17.8917.822.84-
YUV111.0672.1153.63-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 54.24%
GREEN value IS 112 (44.14% from 255) = 41.33%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=54.24%
G=41.33%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471121200.240.920.4244.4484.9131.18
Hex9370C0185C2A2c551f
Octal22316014030134525412537
Binary10010011111000011000110001011100101010101100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93700C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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