#925E24

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

Shades of Afghan Tan #925E24

Tints of Afghan Tan #925E24

Color information

#925E24 (or 0x925E24) is unknown color: approx Afghan Tan. HEX triplet: 92, 5E and 24. RGB value is (146,94,36). Sum of RGB (Red+Green+Blue) = 146+94+36=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925E24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E24 is #6DA1DB. Grayscale: #676767. Windows color (decimal): -7184860 or 2383506. OLE color: 2383506.

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

Color convert

RGB1469436-
CMYK00.360.750.43
HSL31.64º60.44%35.69%-
HSV(B)31.64º75.34%57.25%-
XYZ16.1814.243.57-
YUV102.9490.23158.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=52.90%
G=34.06%
B=13.04%

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
Decimal146943600.360.750.4331.6460.4435.69
Hex925E240244B2B203c24
Octal2221364404411353407444
Binary10010010101111010010001001001001011101011100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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