#925726

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

Shades of Afghan Tan #925726

Tints of Afghan Tan #925726

Color information

#925726 (or 0x925726) is unknown color: approx Afghan Tan. HEX triplet: 92, 57 and 26. RGB value is (146,87,38). Sum of RGB (Red+Green+Blue) = 146+87+38=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 87 (34.38% from 255 or 32.10% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #925726 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925726 is #6DA8D9. Grayscale: #636363. Windows color (decimal): -7186650 or 2512786. OLE color: 2512786.

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

Color convert

RGB1468738-
CMYK00.400.740.43
HSL27.22º58.7%36.08%-
HSV(B)27.22º73.97%57.25%-
XYZ15.6113.073.53-
YUV99.0593.55161.48-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 87 (34.38% from 255) = 32.10%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=53.87%
G=32.10%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146873800.400.740.4327.2258.736.08
Hex9257260284A2B1b3b24
Octal2221274605011253337344
Binary1001001010101111001100101000100101010101111011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925726; }

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

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

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

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

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

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

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

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