#925820

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

Shades of Afghan Tan #925820

Tints of Afghan Tan #925820

Color information

#925820 (or 0x925820) is unknown color: approx Afghan Tan. HEX triplet: 92, 58 and 20. RGB value is (146,88,32). Sum of RGB (Red+Green+Blue) = 146+88+32=266 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.89% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 146 - color contains mainly: red. Hex color #925820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925820 is #6DA7DF. Grayscale: #636363. Windows color (decimal): -7186400 or 2119826. OLE color: 2119826.

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

Color convert

RGB1468832-
CMYK00.400.780.43
HSL29.47º64.04%34.9%-
HSV(B)29.47º78.08%57.25%-
XYZ15.613.193.09-
YUV98.9690.22161.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.89%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=54.89%
G=33.08%
B=12.03%

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
Decimal146883200.400.780.4329.4764.0434.9
Hex9258200284E2B1d4023
Octal22213040050116533510043
Binary10010010101100010000001010001001110101011111011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925820; }

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

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

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

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

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

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

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

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