#93681F

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

Shades of Golden Brown #93681F

Tints of Golden Brown #93681F

Color information

#93681F (or 0x93681F) is unknown color: approx Golden Brown. HEX triplet: 93, 68 and 1F. RGB value is (147,104,31). Sum of RGB (Red+Green+Blue) = 147+104+31=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #93681F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93681F is #6C97E0. Grayscale: #6C6C6C. Windows color (decimal): -7116769 or 2058387. OLE color: 2058387.

HSL color Cylindrical-coordinate representation of color #93681F: hue angle of 37.76º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #93681F is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB14710431-
CMYK00.290.790.42
HSL37.76º65.17%34.9%-
HSV(B)37.76º78.91%57.65%-
XYZ17.2316.23.52-
YUV108.5484.25155.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 104 (41.02% from 255) = 36.88%
BLUE value IS 31 (12.5% from 255) = 10.99%
R=52.13%
G=36.88%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471043100.290.790.4237.7665.1734.9
Hex93681F01D4F2A264123
Octal22315037035117524610143
Binary1001001111010001111101110110011111010101001101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,104,31); }

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

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

 a { background-color: rgb(147,104,31); }

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

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

 span { border-color: rgb(147,104,31); }

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