#93750F

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

Shades of Golden Brown #93750F

Tints of Golden Brown #93750F

Color information

#93750F (or 0x93750F) is unknown color: approx Golden Brown. HEX triplet: 93, 75 and 0F. RGB value is (147,117,15). Sum of RGB (Red+Green+Blue) = 147+117+15=279 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.69% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 147 - color contains mainly: red. Hex color #93750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93750F is #6C8AF0. Grayscale: #727272. Windows color (decimal): -7113457 or 1013139. OLE color: 1013139.

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

Color convert

RGB14711715-
CMYK00.200.900.42
HSL46.36º81.48%31.76%-
HSV(B)46.36º89.8%57.65%-
XYZ18.4818.963.14-
YUV114.3471.94151.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.69%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 15 (6.25% from 255) = 5.38%
R=52.69%
G=41.94%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471171500.200.900.4246.3681.4831.76
Hex9375F0145A2A2e5120
Octal22316517024132525612140
Binary100100111110101111101010010110101010101011101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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