#925025

Color #925025 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #925025

Tints of Alert Tan #925025

Color information

#925025 (or 0x925025) is unknown color: approx Alert Tan. HEX triplet: 92, 50 and 25. RGB value is (146,80,37). Sum of RGB (Red+Green+Blue) = 146+80+37=263 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.51% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 146 - color contains mainly: red. Hex color #925025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925025 is #6DAFDA. Grayscale: #5F5F5F. Windows color (decimal): -7188443 or 2445458. OLE color: 2445458.

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

Color convert

RGB1468037-
CMYK00.450.750.43
HSL23.67º59.56%35.88%-
HSV(B)23.67º74.66%57.25%-
XYZ15.0611.983.27-
YUV94.8395.37164.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.51%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=55.51%
G=30.42%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146803700.450.750.4323.6759.5635.88
Hex92502502D4B2B183c24
Octal2221204505511353307444
Binary1001001010100001001010101101100101110101111000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925025; }

 p { color: rgb(146,80,37); }

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

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

 a { background-color: rgb(146,80,37); }

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

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

 span { border-color: rgb(146,80,37); }

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