Html Css Color HEX #90331E Burnt Umber

📋 copy color: '#90331E'

red 144 ◦ green 51 ◦ blue 30

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

Shades of Burnt Umber #90331E

Tints of Burnt Umber #90331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 64%
G = 22.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90331E (or 0x90331E) is known color: Burnt Umber. HEX triplet: 90, 33 and 1E. RGB value is (144,51,30). Sum of RGB (Red+Green+Blue) = 144+51+30=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90331E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90331E is #6FCCE1. Grayscale: #4C4C4C. Windows color (decimal): -7326946 or 1979280. OLE color: 1979280.

HSL color Cylindrical-coordinate representation of color #90331E: hue angle of 11.05º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #90331E is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 51 30 -
CMYK 0 0.65 0.79 0.44
HSL 11.05º 0.66% 0.34% -
HSV(B) 11.05º 0.79% 0.56% -
XYZ 12.92 8.39 2.17 -
YUV 76.41 101.81 176.21 -
System Red Green Blue C M Y K H S L
Decimal 144 51 30 0 0.65 0.79 0.44 11.05 0.66 0.34
Hex 90 33 1E 0 41 4F 2C B 42 22
Octal 220 63 36 0 101 117 54 13 102 42
Binary 10010000 110011 11110 0 1000001 1001111 101100 1011 1000010 100010

Color Harmonies of #90331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90331E

Black with #90331E

Text Example


Text Example

White with #90331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90331E; }

 p { color: rgb(144,51,30); }

 H1.HeaderClassName
 {
   color: #90331E;
 }
 .AnyTagClassName
 {
   color: #90331E;
 }
</style>

background-color css

<style>
 a { background-color: #90331E; }

 a { background-color: rgb(144,51,30); }

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

border-color css

<style>
 span { border-color: #90331E; }

 span { border-color: rgb(144,51,30); }

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