#925E29

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

Shades of Afghan Tan #925E29

Tints of Afghan Tan #925E29

Color information

#925E29 (or 0x925E29) is unknown color: approx Afghan Tan. HEX triplet: 92, 5E and 29. RGB value is (146,94,41). Sum of RGB (Red+Green+Blue) = 146+94+41=281 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.96% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 146 - color contains mainly: red. Hex color #925E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925E29 is #6DA1D6. Grayscale: #676767. Windows color (decimal): -7184855 or 2711186. OLE color: 2711186.

HSL color Cylindrical-coordinate representation of color #925E29: hue angle of 30.29º 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 #925E29 is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB1469441-
CMYK00.360.720.43
HSL30.29º56.15%36.67%-
HSV(B)30.29º71.92%57.25%-
XYZ16.2614.284-
YUV103.5192.73158.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.96%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=51.96%
G=33.45%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146944100.360.720.4330.2956.1536.67
Hex925E29024482B1e3825
Octal2221365104411053367045
Binary1001001010111101010010100100100100010101111110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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