#925916

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

Shades of Golden Brown #925916

Tints of Golden Brown #925916

Color information

#925916 (or 0x925916) is unknown color: approx Golden Brown. HEX triplet: 92, 59 and 16. RGB value is (146,89,22). Sum of RGB (Red+Green+Blue) = 146+89+22=257 (34% of max value = 765). Red value is 146 (57.42% from 255 or 56.81% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 146 - color contains mainly: red. Hex color #925916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925916 is #6DA6E9. Grayscale: #626262. Windows color (decimal): -7186154 or 1464722. OLE color: 1464722.

HSL color Cylindrical-coordinate representation of color #925916: hue angle of 32.42º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #925916 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB1468922-
CMYK00.390.850.43
HSL32.42º73.81%32.94%-
HSV(B)32.42º84.93%57.25%-
XYZ15.5713.312.51-
YUV98.484.88161.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 56.81%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 22 (8.98% from 255) = 8.56%
R=56.81%
G=34.63%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146892200.390.850.4332.4273.8132.94
Hex925916027552B204a21
Octal22213126047125534011241
Binary10010010101100110110010011110101011010111000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925916; }

 p { color: rgb(146,89,22); }

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

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

 a { background-color: rgb(146,89,22); }

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

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

 span { border-color: rgb(146,89,22); }

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