#925720

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

Shades of Afghan Tan #925720

Tints of Afghan Tan #925720

Color information

#925720 (or 0x925720) is unknown color: approx Afghan Tan. HEX triplet: 92, 57 and 20. RGB value is (146,87,32). Sum of RGB (Red+Green+Blue) = 146+87+32=265 (35% of max value = 765). Red value is 146 (57.42% from 255 or 55.09% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 146 - color contains mainly: red. Hex color #925720 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925720 is #6DA8DF. Grayscale: #626262. Windows color (decimal): -7186656 or 2119570. OLE color: 2119570.

HSL color Cylindrical-coordinate representation of color #925720: hue angle of 28.95º 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 #925720 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB1468732-
CMYK00.400.780.43
HSL28.95º64.04%34.9%-
HSV(B)28.95º78.08%57.25%-
XYZ15.5213.033.06-
YUV98.3790.55161.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.09%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=55.09%
G=32.83%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146873200.400.780.4328.9564.0434.9
Hex9257200284E2B1d4023
Octal22212740050116533510043
Binary10010010101011110000001010001001110101011111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925720; }

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

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

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

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

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

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

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

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