#925B29

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

Shades of Afghan Tan #925B29

Tints of Afghan Tan #925B29

Color information

#925B29 (or 0x925B29) is unknown color: approx Afghan Tan. HEX triplet: 92, 5B and 29. RGB value is (146,91,41). Sum of RGB (Red+Green+Blue) = 146+91+41=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #925B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B29 is #6DA4D6. Grayscale: #666666. Windows color (decimal): -7185623 or 2710418. OLE color: 2710418.

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

Color convert

RGB1469141-
CMYK00.380.720.43
HSL28.57º56.15%36.67%-
HSV(B)28.57º71.92%57.25%-
XYZ1613.753.91-
YUV101.7493.72159.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.52%
GREEN value IS 91 (35.94% from 255) = 32.73%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=52.52%
G=32.73%
B=14.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146914100.380.720.4328.5756.1536.67
Hex925B29026482B1d3825
Octal2221335104611053357045
Binary1001001010110111010010100110100100010101111101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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