#935D13

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

Shades of Golden Brown #935D13

Tints of Golden Brown #935D13

Color information

#935D13 (or 0x935D13) is unknown color: approx Golden Brown. HEX triplet: 93, 5D and 13. RGB value is (147,93,19). Sum of RGB (Red+Green+Blue) = 147+93+19=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #935D13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D13 is #6CA2EC. Grayscale: #656565. Windows color (decimal): -7119597 or 1269139. OLE color: 1269139.

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

Color convert

RGB1479319-
CMYK00.370.870.42
HSL34.69º77.11%32.55%-
HSV(B)34.69º87.07%57.65%-
XYZ16.0614.082.49-
YUV100.7181.89161.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=56.76%
G=35.91%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147931900.370.870.4234.6977.1132.55
Hex935D13025572A234d21
Octal22313523045127524311541
Binary10010011101110110011010010110101111010101000111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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