Html Css Color HEX #90280E Burnt Umber

📋 copy color: '#90280E'

red 144 ◦ green 40 ◦ blue 14

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

Shades of Burnt Umber #90280E

Tints of Burnt Umber #90280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.2%

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 72.73%
G = 20.2%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90280E (or 0x90280E) is known color: Burnt Umber. HEX triplet: 90, 28 and 0E. RGB value is (144,40,14). Sum of RGB (Red+Green+Blue) = 144+40+14=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #90280E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #90280E is #6FD7F1. Grayscale: #444444. Windows color (decimal): -7329778 or 927888. OLE color: 927888.

HSL color Cylindrical-coordinate representation of color #90280E: hue angle of 12º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90280E is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 40 14 -
CMYK 0 0.72 0.90 0.44
HSL 12º 0.82% 0.31% -
HSV(B) 12º 0.9% 0.56% -
XYZ 12.34 7.48 1.21 -
YUV 68.13 97.46 182.11 -
System Red Green Blue C M Y K H S L
Decimal 144 40 14 0 0.72 0.90 0.44 12 0.82 0.31
Hex 90 28 E 0 48 5A 2C C 52 1F
Octal 220 50 16 0 110 132 54 14 122 37
Binary 10010000 101000 1110 0 1001000 1011010 101100 1100 1010010 11111

Color Harmonies of #90280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90280E

Black with #90280E

Text Example


Text Example

White with #90280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,40,14); }

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

background-color css

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

 a { background-color: rgb(144,40,14); }

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

border-color css

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

 span { border-color: rgb(144,40,14); }

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