#925A2B

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

Shades of Afghan Tan #925A2B

Tints of Afghan Tan #925A2B

Color information

#925A2B (or 0x925A2B) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 2B. RGB value is (146,90,43). Sum of RGB (Red+Green+Blue) = 146+90+43=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #925A2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A2B is #6DA5D4. Grayscale: #656565. Windows color (decimal): -7185877 or 2841234. OLE color: 2841234.

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

Color convert

RGB1469043-
CMYK00.380.710.43
HSL27.38º54.5%37.06%-
HSV(B)27.38º70.55%57.25%-
XYZ15.9513.64.07-
YUV101.3995.05159.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 43 (17.19% from 255) = 15.41%
R=52.33%
G=32.26%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146904300.380.710.4327.3854.537.06
Hex925A2B026472B1b3625
Octal2221325304610753336645
Binary1001001010110101010110100110100011110101111011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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