#925a28

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

Shades of Afghan Tan #925A28

Tints of Afghan Tan #925A28

Color information

#925A28 (or 0x925A28) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 28. RGB value is (146,90,40). Sum of RGB (Red+Green+Blue) = 146+90+40=276 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.90% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 146 - color contains mainly: red. Hex color #925A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A28 is #6DA5D7. Grayscale: #656565. Windows color (decimal): -7185880 or 2644626. OLE color: 2644626.

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

Color convert

RGB1469040-
CMYK00.380.730.43
HSL28.3º56.99%36.47%-
HSV(B)28.3º72.6%57.25%-
XYZ15.8913.583.79-
YUV101.0493.55160.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.90%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 40 (16.02% from 255) = 14.49%
R=52.90%
G=32.61%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.73
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146904000.380.730.4328.356.9936.47
Hex925A28026492B1c3924
Octal2221325004611153347144
Binary1001001010110101010000100110100100110101111100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925a28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,90,40); }

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

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

 a { background-color: rgb(146,90,40); }

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

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

 span { border-color: rgb(146,90,40); }

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