#90482d

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

Shades of Alert Tan #90482D

Tints of Alert Tan #90482D

Color information

#90482D (or 0x90482D) is unknown color: approx Alert Tan. HEX triplet: 90, 48 and 2D. RGB value is (144,72,45). Sum of RGB (Red+Green+Blue) = 144+72+45=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #90482D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90482D is #6FB7D2. Grayscale: #5A5A5A. Windows color (decimal): -7321555 or 2967696. OLE color: 2967696.

HSL color Cylindrical-coordinate representation of color #90482D: hue angle of 16.36º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90482D is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB1447245-
CMYK00.500.690.44
HSL16.36º52.38%37.06%-
HSV(B)16.36º68.75%56.47%-
XYZ14.2910.753.8-
YUV90.45102.35166.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.17%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 45 (17.97% from 255) = 17.24%
R=55.17%
G=27.59%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144724500.500.690.4416.3652.3837.06
Hex90482D032452C103425
Octal2201105506210554206445
Binary1001000010010001011010110010100010110110010000110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90482d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90482d; }

 p { color: rgb(144,72,45); }

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

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

 a { background-color: rgb(144,72,45); }

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

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

 span { border-color: rgb(144,72,45); }

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