#925C22

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

Shades of Afghan Tan #925C22

Tints of Afghan Tan #925C22

Color information

#925C22 (or 0x925C22) is unknown color: approx Afghan Tan. HEX triplet: 92, 5C and 22. RGB value is (146,92,34). Sum of RGB (Red+Green+Blue) = 146+92+34=272 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.68% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 146 - color contains mainly: red. Hex color #925C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925C22 is #6DA3DD. Grayscale: #656565. Windows color (decimal): -7185374 or 2251922. OLE color: 2251922.

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

Color convert

RGB1469234-
CMYK00.370.770.43
HSL31.07º62.22%35.29%-
HSV(B)31.07º76.71%57.25%-
XYZ15.9713.883.35-
YUV101.5389.89159.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.68%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=53.68%
G=33.82%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146923400.370.770.4331.0762.2235.29
Hex925C220254D2B1f3e23
Octal2221344204511553377643
Binary1001001010111001000100100101100110110101111111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,92,34); }

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

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

 a { background-color: rgb(146,92,34); }

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

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

 span { border-color: rgb(146,92,34); }

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