#925825

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

Shades of Afghan Tan #925825

Tints of Afghan Tan #925825

Color information

#925825 (or 0x925825) is unknown color: approx Afghan Tan. HEX triplet: 92, 58 and 25. RGB value is (146,88,37). Sum of RGB (Red+Green+Blue) = 146+88+37=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #925825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925825 is #6DA7DA. Grayscale: #636363. Windows color (decimal): -7186395 or 2447506. OLE color: 2447506.

HSL color Cylindrical-coordinate representation of color #925825: hue angle of 28.07º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #925825 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB1468837-
CMYK00.400.750.43
HSL28.07º59.56%35.88%-
HSV(B)28.07º74.66%57.25%-
XYZ15.6813.223.48-
YUV99.5392.72161.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=53.87%
G=32.47%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146883700.400.750.4328.0759.5635.88
Hex9258250284B2B1c3c24
Octal2221304505011353347444
Binary1001001010110001001010101000100101110101111100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925825; }

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

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

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

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

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

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

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

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