#90321A

Color #90321A Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #90321A

Tints of Burnt Umber #90321A

Color information

#90321A (or 0x90321A) is unknown color: approx Burnt Umber. HEX triplet: 90, 32 and 1A. RGB value is (144,50,26). Sum of RGB (Red+Green+Blue) = 144+50+26=220 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.45% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 144 - color contains mainly: red. Hex color #90321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90321A is #6FCDE5. Grayscale: #4B4B4B. Windows color (decimal): -7327206 or 1716880. OLE color: 1716880.

HSL color Cylindrical-coordinate representation of color #90321A: hue angle of 12.2º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90321A is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB1445026-
CMYK00.650.820.44
HSL12.2º69.41%33.33%-
HSV(B)12.2º81.94%56.47%-
XYZ12.838.291.9-
YUV75.37100.14176.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 65.45%
GREEN value IS 50 (19.92% from 255) = 22.73%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=65.45%
G=22.73%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144502600.650.820.4412.269.4133.33
Hex90321A041522Cc4521
Octal22062320101122541410541
Binary100100001100101101001000001101001010110011001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90321A; }

 p { color: rgb(144,50,26); }

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

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

 a { background-color: rgb(144,50,26); }

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

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

 span { border-color: rgb(144,50,26); }

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