#925B2A

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

Shades of Afghan Tan #925B2A

Tints of Afghan Tan #925B2A

Color information

#925B2A (or 0x925B2A) is unknown color: approx Afghan Tan. HEX triplet: 92, 5B and 2A. RGB value is (146,91,42). Sum of RGB (Red+Green+Blue) = 146+91+42=279 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.33% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 146 - color contains mainly: red. Hex color #925B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B2A is #6DA4D5. Grayscale: #666666. Windows color (decimal): -7185622 or 2775954. OLE color: 2775954.

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

Color convert

RGB1469142-
CMYK00.380.710.43
HSL28.27º55.32%36.86%-
HSV(B)28.27º71.23%57.25%-
XYZ16.0113.764-
YUV101.8694.22159.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.33%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 42 (16.80% from 255) = 15.05%
R=52.33%
G=32.62%
B=15.05%

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
Decimal146914200.380.710.4328.2755.3236.86
Hex925B2A026472B1c3725
Octal2221335204610753346745
Binary1001001010110111010100100110100011110101111100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,91,42); }

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

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

 a { background-color: rgb(146,91,42); }

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

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

 span { border-color: rgb(146,91,42); }

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