#925D20

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

Shades of Afghan Tan #925D20

Tints of Afghan Tan #925D20

Color information

#925D20 (or 0x925D20) is unknown color: approx Afghan Tan. HEX triplet: 92, 5D and 20. RGB value is (146,93,32). Sum of RGB (Red+Green+Blue) = 146+93+32=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #925D20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925D20 is #6DA2DF. Grayscale: #666666. Windows color (decimal): -7185120 or 2121106. OLE color: 2121106.

HSL color Cylindrical-coordinate representation of color #925D20: hue angle of 32.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #925D20 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1469332-
CMYK00.360.780.43
HSL32.11º64.04%34.9%-
HSV(B)32.11º78.08%57.25%-
XYZ16.0314.043.23-
YUV101.8988.56159.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 32 (12.89% from 255) = 11.81%
R=53.87%
G=34.32%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146933200.360.780.4332.1164.0434.9
Hex925D200244E2B204023
Octal22213540044116534010043
Binary100100101011101100000010010010011101010111000001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,93,32); }

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

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

 a { background-color: rgb(146,93,32); }

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

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

 span { border-color: rgb(146,93,32); }

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