#93730C

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

Shades of Golden Brown #93730C

Tints of Golden Brown #93730C

Color information

#93730C (or 0x93730C) is unknown color: approx Golden Brown. HEX triplet: 93, 73 and 0C. RGB value is (147,115,12). Sum of RGB (Red+Green+Blue) = 147+115+12=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93730C is #6C8CF3. Grayscale: #717171. Windows color (decimal): -7113972 or 816019. OLE color: 816019.

HSL color Cylindrical-coordinate representation of color #93730C: hue angle of 45.78º 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 #93730C is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14711512-
CMYK00.220.920.42
HSL45.78º84.91%31.18%-
HSV(B)45.78º91.84%57.65%-
XYZ18.2318.492.96-
YUV112.8371.1152.38-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.65%
GREEN value IS 115 (45.31% from 255) = 41.97%
BLUE value IS 12 (5.08% from 255) = 4.38%
R=53.65%
G=41.97%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471151200.220.920.4245.7884.9131.18
Hex9373C0165C2A2e551f
Octal22316314026134525612537
Binary10010011111001111000101101011100101010101110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93730C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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