#925E15

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

Shades of Golden Brown #925E15

Tints of Golden Brown #925E15

Color information

#925E15 (or 0x925E15) is unknown color: approx Golden Brown. HEX triplet: 92, 5E and 15. RGB value is (146,94,21). Sum of RGB (Red+Green+Blue) = 146+94+21=261 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.94% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 146 - color contains mainly: red. Hex color #925E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #925E15 is #6DA1EA. Grayscale: #656565. Windows color (decimal): -7184875 or 1400466. OLE color: 1400466.

HSL color Cylindrical-coordinate representation of color #925E15: hue angle of 35.04º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #925E15 is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB1469421-
CMYK00.360.860.43
HSL35.04º74.85%32.75%-
HSV(B)35.04º85.62%57.25%-
XYZ15.9914.172.6-
YUV101.2382.73159.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.94%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 21 (8.59% from 255) = 8.05%
R=55.94%
G=36.02%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146942100.360.860.4335.0474.8532.75
Hex925E15024562B234b21
Octal22213625044126534311341
Binary10010010101111010101010010010101101010111000111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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