#925A20

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

Shades of Afghan Tan #925A20

Tints of Afghan Tan #925A20

Color information

#925A20 (or 0x925A20) is unknown color: approx Afghan Tan. HEX triplet: 92, 5A and 20. RGB value is (146,90,32). Sum of RGB (Red+Green+Blue) = 146+90+32=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #925A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925A20 is #6DA5DF. Grayscale: #646464. Windows color (decimal): -7185888 or 2120338. OLE color: 2120338.

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

Color convert

RGB1469032-
CMYK00.380.780.43
HSL30.53º64.04%34.9%-
HSV(B)30.53º78.08%57.25%-
XYZ15.7713.533.15-
YUV100.1389.55160.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 90 (35.55% from 255) = 33.58%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=54.48%
G=33.58%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146903200.380.780.4330.5364.0434.9
Hex925A200264E2B1f4023
Octal22213240046116533710043
Binary10010010101101010000001001101001110101011111111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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