#925E25

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

Shades of Afghan Tan #925E25

Tints of Afghan Tan #925E25

Color information

#925E25 (or 0x925E25) is unknown color: approx Afghan Tan. HEX triplet: 92, 5E and 25. RGB value is (146,94,37). Sum of RGB (Red+Green+Blue) = 146+94+37=277 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.71% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 146 - color contains mainly: red. Hex color #925E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E25 is #6DA1DA. Grayscale: #676767. Windows color (decimal): -7184859 or 2449042. OLE color: 2449042.

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

Color convert

RGB1469437-
CMYK00.360.750.43
HSL31.38º59.56%35.88%-
HSV(B)31.38º74.66%57.25%-
XYZ16.1914.253.65-
YUV103.0590.73158.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.71%
GREEN value IS 94 (37.11% from 255) = 33.94%
BLUE value IS 37 (14.84% from 255) = 13.36%
R=52.71%
G=33.94%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146943700.360.750.4331.3859.5635.88
Hex925E250244B2B1f3c24
Octal2221364504411353377444
Binary1001001010111101001010100100100101110101111111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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