Html Css Color HEX #90301F Burnt Umber

📋 copy color: '#90301F'

red 144 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #90301F

Tints of Burnt Umber #90301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 64.57%
G = 21.52%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90301F (or 0x90301F) is known color: Burnt Umber. HEX triplet: 90, 30 and 1F. RGB value is (144,48,31). Sum of RGB (Red+Green+Blue) = 144+48+31=223 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.57% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 144 - color contains mainly: red. Hex color #90301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90301F is #6FCFE0. Grayscale: #4A4A4A. Windows color (decimal): -7327713 or 2044048. OLE color: 2044048.

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

Color convert

RGB 144 48 31 -
CMYK 0 0.67 0.78 0.44
HSL 9.03º 0.65% 0.34% -
HSV(B) 9.03º 0.78% 0.56% -
XYZ 12.81 8.14 2.19 -
YUV 74.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 144 48 31 0 0.67 0.78 0.44 9.03 0.65 0.34
Hex 90 30 1F 0 43 4E 2C 9 41 22
Octal 220 60 37 0 103 116 54 11 101 42
Binary 10010000 110000 11111 0 1000011 1001110 101100 1001 1000001 100010

Color Harmonies of #90301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90301F

Black with #90301F

Text Example


Text Example

White with #90301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90301F; }

 p { color: rgb(144,48,31); }

 H1.HeaderClassName
 {
   color: #90301F;
 }
 .AnyTagClassName
 {
   color: #90301F;
 }
</style>

background-color css

<style>
 a { background-color: #90301F; }

 a { background-color: rgb(144,48,31); }

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

border-color css

<style>
 span { border-color: #90301F; }

 span { border-color: rgb(144,48,31); }

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