#935A05

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

Shades of Golden Brown #935A05

Tints of Golden Brown #935A05

Color information

#935A05 (or 0x935A05) is unknown color: approx Golden Brown. HEX triplet: 93, 5A and 05. RGB value is (147,90,5). Sum of RGB (Red+Green+Blue) = 147+90+5=242 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.74% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 147 - color contains mainly: red. Hex color #935A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935A05 is #6CA5FA. Grayscale: #616161. Windows color (decimal): -7120379 or 350867. OLE color: 350867.

HSL color Cylindrical-coordinate representation of color #935A05: hue angle of 35.92º degrees, saturation: 0.93, 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 #935A05 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB147905-
CMYK00.390.970.42
HSL35.92º93.42%29.8%-
HSV(B)35.92º96.6%57.65%-
XYZ15.7213.531.93-
YUV97.3575.88163.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 60.74%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 5 (2.34% from 255) = 2.07%
R=60.74%
G=37.19%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14790500.390.970.4235.9293.4229.8
Hex935A5027612A245d1e
Octal2231325047141524413536
Binary10010011101101010101001111100001101010100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,90,5); }

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

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

 a { background-color: rgb(147,90,5); }

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

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

 span { border-color: rgb(147,90,5); }

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