Html Css Color HEX #90321C Burnt Umber

📋 copy color: '#90321C'

red 144 ◦ green 50 ◦ blue 28

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

Shades of Burnt Umber #90321C

Tints of Burnt Umber #90321C

RGB

 RED value IS 144 (56.64% from 255) = 64.86%

 GREEN value IS 50 (19.92% from 255) = 22.52%

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 64.86%
G = 22.52%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90321C (or 0x90321C) is known color: Burnt Umber. HEX triplet: 90, 32 and 1C. RGB value is (144,50,28). Sum of RGB (Red+Green+Blue) = 144+50+28=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #90321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90321C is #6FCDE3. Grayscale: #4B4B4B. Windows color (decimal): -7327204 or 1847952. OLE color: 1847952.

HSL color Cylindrical-coordinate representation of color #90321C: hue angle of 11.38º degrees, saturation: 0.67, 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 #90321C is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 50 28 -
CMYK 0 0.65 0.81 0.44
HSL 11.38º 0.67% 0.34% -
HSV(B) 11.38º 0.81% 0.56% -
XYZ 12.85 8.29 2.02 -
YUV 75.6 101.14 176.79 -
System Red Green Blue C M Y K H S L
Decimal 144 50 28 0 0.65 0.81 0.44 11.38 0.67 0.34
Hex 90 32 1C 0 41 51 2C B 43 22
Octal 220 62 34 0 101 121 54 13 103 42
Binary 10010000 110010 11100 0 1000001 1010001 101100 1011 1000011 100010

Color Harmonies of #90321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90321C

Black with #90321C

Text Example


Text Example

White with #90321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90321C;
 }
 .AnyTagClassName
 {
   color: #90321C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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