#925E16

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

Shades of Golden Brown #925E16

Tints of Golden Brown #925E16

Color information

#925E16 (or 0x925E16) is unknown color: approx Golden Brown. HEX triplet: 92, 5E and 16. RGB value is (146,94,22). Sum of RGB (Red+Green+Blue) = 146+94+22=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #925E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925E16 is #6DA1E9. Grayscale: #656565. Windows color (decimal): -7184874 or 1466002. OLE color: 1466002.

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

Color convert

RGB1469422-
CMYK00.360.850.43
HSL34.84º73.81%32.94%-
HSV(B)34.84º84.93%57.25%-
XYZ1614.172.65-
YUV101.3483.23159.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 22 (8.98% from 255) = 8.40%
R=55.73%
G=35.88%
B=8.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146942200.360.850.4334.8473.8132.94
Hex925E16024552B234a21
Octal22213626044125534311241
Binary10010010101111010110010010010101011010111000111001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925E16; }

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

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

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

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

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

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

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

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