#935D16

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

Shades of Golden Brown #935D16

Tints of Golden Brown #935D16

Color information

#935D16 (or 0x935D16) is unknown color: approx Golden Brown. HEX triplet: 93, 5D and 16. RGB value is (147,93,22). Sum of RGB (Red+Green+Blue) = 147+93+22=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #935D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935D16 is #6CA2E9. Grayscale: #656565. Windows color (decimal): -7119594 or 1465747. OLE color: 1465747.

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

Color convert

RGB1479322-
CMYK00.370.850.42
HSL34.08º73.96%33.14%-
HSV(B)34.08º85.03%57.65%-
XYZ16.0914.092.63-
YUV101.0583.39160.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.11%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 22 (8.98% from 255) = 8.40%
R=56.11%
G=35.50%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147932200.370.850.4234.0873.9633.14
Hex935D16025552A224a21
Octal22313526045125524211241
Binary10010011101110110110010010110101011010101000101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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