#925B21

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

Shades of Afghan Tan #925B21

Tints of Afghan Tan #925B21

Color information

#925B21 (or 0x925B21) is unknown color: approx Afghan Tan. HEX triplet: 92, 5B and 21. RGB value is (146,91,33). Sum of RGB (Red+Green+Blue) = 146+91+33=270 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.07% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 146 - color contains mainly: red. Hex color #925B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925B21 is #6DA4DE. Grayscale: #656565. Windows color (decimal): -7185631 or 2186130. OLE color: 2186130.

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

Color convert

RGB1469133-
CMYK00.380.770.43
HSL30.8º63.13%35.1%-
HSV(B)30.8º77.4%57.25%-
XYZ15.8713.73.25-
YUV100.8389.72160.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.07%
GREEN value IS 91 (35.94% from 255) = 33.70%
BLUE value IS 33 (13.28% from 255) = 12.22%
R=54.07%
G=33.70%
B=12.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146913300.380.770.4330.863.1335.1
Hex925B210264D2B1f3f23
Octal2221334104611553377743
Binary1001001010110111000010100110100110110101111111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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