#925716

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

Shades of Golden Brown #925716

Tints of Golden Brown #925716

Color information

#925716 (or 0x925716) is unknown color: approx Golden Brown. HEX triplet: 92, 57 and 16. RGB value is (146,87,22). Sum of RGB (Red+Green+Blue) = 146+87+22=255 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.25% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 146 - color contains mainly: red. Hex color #925716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925716 is #6DA8E9. Grayscale: #616161. Windows color (decimal): -7186666 or 1464210. OLE color: 1464210.

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

Color convert

RGB1468722-
CMYK00.400.850.43
HSL31.45º73.81%32.94%-
HSV(B)31.45º84.93%57.25%-
XYZ15.4112.992.45-
YUV97.2385.55162.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.25%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=57.25%
G=34.12%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146872200.400.850.4331.4573.8132.94
Hex925716028552B1f4a21
Octal22212726050125533711241
Binary1001001010101111011001010001010101101011111111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925716; }

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

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

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

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

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

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

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

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