#935404

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

Shades of Golden Brown #935404

Tints of Golden Brown #935404

Color information

#935404 (or 0x935404) is unknown color: approx Golden Brown. HEX triplet: 93, 54 and 04. RGB value is (147,84,4). Sum of RGB (Red+Green+Blue) = 147+84+4=235 (31% of max value = 765). Red value is 147 (57.81% from 255 or 62.55% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 147 - color contains mainly: red. Hex color #935404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935404 is #6CABFB. Grayscale: #5E5E5E. Windows color (decimal): -7121916 or 283795. OLE color: 283795.

HSL color Cylindrical-coordinate representation of color #935404: hue angle of 33.57º 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 #935404 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147844-
CMYK00.430.970.42
HSL33.57º94.7%29.61%-
HSV(B)33.57º97.28%57.65%-
XYZ15.2212.551.74-
YUV93.7277.37166-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 62.55%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=62.55%
G=35.74%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14784400.430.970.4233.5794.729.61
Hex9354402B612A225f1e
Octal2231244053141524213736
Binary10010011101010010001010111100001101010100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935404; }

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

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

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

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

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

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

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

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