#925A27

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

Shades of Afghan Tan #925A27

Tints of Afghan Tan #925A27

Color information

#925A27 (or 0x925A27) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 27. RGB value is (146,90,39). Sum of RGB (Red+Green+Blue) = 146+90+39=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #925A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A27 is #6DA5D8. Grayscale: #656565. Windows color (decimal): -7185881 or 2579090. OLE color: 2579090.

HSL color Cylindrical-coordinate representation of color #925A27: hue angle of 28.6º degrees, saturation: 0.58, 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 #925A27 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.43.

Color convert

RGB1469039-
CMYK00.380.730.43
HSL28.6º57.84%36.27%-
HSV(B)28.6º73.29%57.25%-
XYZ15.8813.573.7-
YUV100.9393.05160.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.09%
GREEN value IS 90 (35.55% from 255) = 32.73%
BLUE value IS 39 (15.62% from 255) = 14.18%
R=53.09%
G=32.73%
B=14.18%

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
Decimal146903900.380.730.4328.657.8436.27
Hex925A27026492B1d3a24
Octal2221324704611153357244
Binary1001001010110101001110100110100100110101111101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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