#925822

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

Shades of Afghan Tan #925822

Tints of Afghan Tan #925822

Color information

#925822 (or 0x925822) is unknown color: approx Afghan Tan. HEX triplet: 92, 58 and 22. RGB value is (146,88,34). Sum of RGB (Red+Green+Blue) = 146+88+34=268 (35% of max value = 765). Red value is 146 (57.42% from 255 or 54.48% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 146 - color contains mainly: red. Hex color #925822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925822 is #6DA7DD. Grayscale: #636363. Windows color (decimal): -7186398 or 2250898. OLE color: 2250898.

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

Color convert

RGB1468834-
CMYK00.400.770.43
HSL28.93º62.22%35.29%-
HSV(B)28.93º76.71%57.25%-
XYZ15.6313.213.24-
YUV99.1991.22161.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 54.48%
GREEN value IS 88 (34.77% from 255) = 32.84%
BLUE value IS 34 (13.67% from 255) = 12.69%
R=54.48%
G=32.84%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146883400.400.770.4328.9362.2235.29
Hex9258220284D2B1d3e23
Octal2221304205011553357643
Binary1001001010110001000100101000100110110101111101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925822; }

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

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

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

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

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

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

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

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