#905A25

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

Shades of Afghan Tan #905A25

Tints of Afghan Tan #905A25

Color information

#905A25 (or 0x905A25) is unknown color: approx Afghan Tan. HEX triplet: 90, 5A and 25. RGB value is (144,90,37). Sum of RGB (Red+Green+Blue) = 144+90+37=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #905A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905A25 is #6FA5DA. Grayscale: #646464. Windows color (decimal): -7316955 or 2448016. OLE color: 2448016.

HSL color Cylindrical-coordinate representation of color #905A25: hue angle of 29.72º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #905A25 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB1449037-
CMYK00.370.740.44
HSL29.72º59.12%35.49%-
HSV(B)29.72º74.31%56.47%-
XYZ15.4913.383.52-
YUV100.192.39159.31-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.14%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=53.14%
G=33.21%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.74
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144903700.370.740.4429.7259.1235.49
Hex905A250254A2C1e3b23
Octal2201324504511254367343
Binary1001000010110101001010100101100101010110011110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905A25; }

 p { color: rgb(144,90,37); }

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

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

 a { background-color: rgb(144,90,37); }

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

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

 span { border-color: rgb(144,90,37); }

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