#90581B

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

Shades of Afghan Tan #90581B

Tints of Afghan Tan #90581B

Color information

#90581B (or 0x90581B) is unknown color: approx Afghan Tan. HEX triplet: 90, 58 and 1B. RGB value is (144,88,27). Sum of RGB (Red+Green+Blue) = 144+88+27=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90581B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90581B is #6FA7E4. Grayscale: #626262. Windows color (decimal): -7317477 or 1792144. OLE color: 1792144.

HSL color Cylindrical-coordinate representation of color #90581B: hue angle of 31.28º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90581B is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB1448827-
CMYK00.390.810.44
HSL31.28º68.42%33.53%-
HSV(B)31.28º81.25%56.47%-
XYZ15.1912.992.74-
YUV97.7988.05160.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.60%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 27 (10.94% from 255) = 10.42%
R=55.60%
G=33.98%
B=10.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144882700.390.810.4431.2868.4233.53
Hex90581B027512C1f4422
Octal22013033047121543710442
Binary1001000010110001101101001111010001101100111111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90581B; }

 p { color: rgb(144,88,27); }

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

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

 a { background-color: rgb(144,88,27); }

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

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

 span { border-color: rgb(144,88,27); }

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