#935D15

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

Shades of Golden Brown #935D15

Tints of Golden Brown #935D15

Color information

#935D15 (or 0x935D15) is unknown color: approx Golden Brown. HEX triplet: 93, 5D and 15. RGB value is (147,93,21). Sum of RGB (Red+Green+Blue) = 147+93+21=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #935D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D15 is #6CA2EA. Grayscale: #656565. Windows color (decimal): -7119595 or 1400211. OLE color: 1400211.

HSL color Cylindrical-coordinate representation of color #935D15: hue angle of 34.29º 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 #935D15 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB1479321-
CMYK00.370.860.42
HSL34.29º75%32.94%-
HSV(B)34.29º85.71%57.65%-
XYZ16.0814.092.58-
YUV100.9482.89160.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.32%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 21 (8.59% from 255) = 8.05%
R=56.32%
G=35.63%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147932100.370.860.4234.297532.94
Hex935D15025562A224b21
Octal22313525045126524211341
Binary10010011101110110101010010110101101010101000101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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