#927205

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

Shades of Golden Brown #927205

Tints of Golden Brown #927205

Color information

#927205 (or 0x927205) is unknown color: approx Golden Brown. HEX triplet: 92, 72 and 05. RGB value is (146,114,5). Sum of RGB (Red+Green+Blue) = 146+114+5=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #927205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #927205 is #6D8DFA. Grayscale: #6F6F6F. Windows color (decimal): -7179771 or 357010. OLE color: 357010.

HSL color Cylindrical-coordinate representation of color #927205: hue angle of 46.38º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #927205 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.43.

Color convert

RGB1461145-
CMYK00.220.970.43
HSL46.38º93.38%29.61%-
HSV(B)46.38º96.58%57.25%-
XYZ17.918.162.7-
YUV111.1468.1152.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 114 (44.92% from 255) = 43.02%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=55.09%
G=43.02%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146114500.220.970.4346.3893.3829.61
Hex92725016612B2e5d1e
Octal2221625026141535613536
Binary1001001011100101010101101100001101011101110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927205; }

 p { color: rgb(146,114,5); }

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

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

 a { background-color: rgb(146,114,5); }

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

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

 span { border-color: rgb(146,114,5); }

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