#935E15

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

Shades of Golden Brown #935E15

Tints of Golden Brown #935E15

Color information

#935E15 (or 0x935E15) is unknown color: approx Golden Brown. HEX triplet: 93, 5E and 15. RGB value is (147,94,21). Sum of RGB (Red+Green+Blue) = 147+94+21=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #935E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935E15 is #6CA1EA. Grayscale: #656565. Windows color (decimal): -7119339 or 1400467. OLE color: 1400467.

HSL color Cylindrical-coordinate representation of color #935E15: hue angle of 34.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #935E15 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1479421-
CMYK00.360.860.42
HSL34.76º75%32.94%-
HSV(B)34.76º85.71%57.65%-
XYZ16.1714.262.61-
YUV101.5282.56160.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 21 (8.59% from 255) = 8.02%
R=56.11%
G=35.88%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147942100.360.860.4234.767532.94
Hex935E15024562A234b21
Octal22313625044126524311341
Binary10010011101111010101010010010101101010101000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935E15; }

 p { color: rgb(147,94,21); }

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

<style>
 a { background-color: #935E15; }

 a { background-color: rgb(147,94,21); }

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

<style>
 span { border-color: #935E15; }

 span { border-color: rgb(147,94,21); }

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