#935504

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

Shades of Golden Brown #935504

Tints of Golden Brown #935504

Color information

#935504 (or 0x935504) is unknown color: approx Golden Brown. HEX triplet: 93, 55 and 04. RGB value is (147,85,4). Sum of RGB (Red+Green+Blue) = 147+85+4=236 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.29% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 147 - color contains mainly: red. Hex color #935504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935504 is #6CAAFB. Grayscale: #5E5E5E. Windows color (decimal): -7121660 or 284051. OLE color: 284051.

HSL color Cylindrical-coordinate representation of color #935504: hue angle of 33.99º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #935504 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147854-
CMYK00.420.970.42
HSL33.99º94.7%29.61%-
HSV(B)33.99º97.28%57.65%-
XYZ15.312.711.76-
YUV94.377.04165.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.29%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=62.29%
G=36.02%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14785400.420.970.4233.9994.729.61
Hex9355402A612A225f1e
Octal2231254052141524213736
Binary10010011101010110001010101100001101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935504; }

 p { color: rgb(147,85,4); }

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

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

 a { background-color: rgb(147,85,4); }

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

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

 span { border-color: rgb(147,85,4); }

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