Html Css Color HEX #90321A Burnt Umber

📋 copy color: '#90321A'

red 144 ◦ green 50 ◦ blue 26

#90321A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #90321A

Tints of Burnt Umber #90321A

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 value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90321A (or 0x90321A) is known color: 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

RGB 144 50 26 -
CMYK 0 0.65 0.82 0.44
HSL 12.2º 0.69% 0.33% -
HSV(B) 12.2º 0.82% 0.56% -
XYZ 12.83 8.29 1.9 -
YUV 75.37 100.14 176.95 -
System Red Green Blue C M Y K H S L
Decimal 144 50 26 0 0.65 0.82 0.44 12.2 0.69 0.33
Hex 90 32 1A 0 41 52 2C C 45 21
Octal 220 62 32 0 101 122 54 14 105 41
Binary 10010000 110010 11010 0 1000001 1010010 101100 1100 1000101 100001

Color Harmonies of #90321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90321A

Black with #90321A

Text Example


Text Example

White with #90321A

Text Example


Text Example

HTML Codes & Css Web 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>