#925721

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

Shades of Afghan Tan #925721

Tints of Afghan Tan #925721

Color information

#925721 (or 0x925721) is unknown color: approx Afghan Tan. HEX triplet: 92, 57 and 21. RGB value is (146,87,33). Sum of RGB (Red+Green+Blue) = 146+87+33=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #925721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925721 is #6DA8DE. Grayscale: #626262. Windows color (decimal): -7186655 or 2185106. OLE color: 2185106.

HSL color Cylindrical-coordinate representation of color #925721: hue angle of 28.67º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #925721 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB1468733-
CMYK00.400.770.43
HSL28.67º63.13%35.1%-
HSV(B)28.67º77.4%57.25%-
XYZ15.5413.043.14-
YUV98.4891.05161.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 33 (13.28% from 255) = 12.41%
R=54.89%
G=32.71%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146873300.400.770.4328.6763.1335.1
Hex9257210284D2B1d3f23
Octal2221274105011553357743
Binary1001001010101111000010101000100110110101111101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925721; }

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

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

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

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

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

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

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

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