#905D1F

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

Shades of Afghan Tan #905D1F

Tints of Afghan Tan #905D1F

Color information

#905D1F (or 0x905D1F) is unknown color: approx Afghan Tan. HEX triplet: 90, 5D and 1F. RGB value is (144,93,31). Sum of RGB (Red+Green+Blue) = 144+93+31=268 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.73% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 144 - color contains mainly: red. Hex color #905D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905D1F is #6FA2E0. Grayscale: #656565. Windows color (decimal): -7316193 or 2055568. OLE color: 2055568.

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

Color convert

RGB1449331-
CMYK00.350.780.44
HSL32.92º64.57%34.31%-
HSV(B)32.92º78.47%56.47%-
XYZ15.6613.863.15-
YUV101.1888.4158.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 53.73%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=53.73%
G=34.70%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.78
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144933100.350.780.4432.9264.5734.31
Hex905D1F0234E2C214122
Octal22013537043116544110142
Binary10010000101110111111010001110011101011001000011000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,93,31); }

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

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

 a { background-color: rgb(144,93,31); }

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

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

 span { border-color: rgb(144,93,31); }

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