Html Css Color HEX #90301B Burnt Umber

📋 copy color: '#90301B'

red 144 ◦ green 48 ◦ blue 27

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

Shades of Burnt Umber #90301B

Tints of Burnt Umber #90301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.33%

R = 65.75%
G = 21.92%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90301B (or 0x90301B) is known color: Burnt Umber. HEX triplet: 90, 30 and 1B. RGB value is (144,48,27). Sum of RGB (Red+Green+Blue) = 144+48+27=219 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.75% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 144 - color contains mainly: red. Hex color #90301B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90301B is #6FCFE4. Grayscale: #4A4A4A. Windows color (decimal): -7327717 or 1781904. OLE color: 1781904.

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

Color convert

RGB 144 48 27 -
CMYK 0 0.67 0.81 0.44
HSL 10.77º 0.68% 0.34% -
HSV(B) 10.77º 0.81% 0.56% -
XYZ 12.76 8.12 1.93 -
YUV 74.31 101.3 177.71 -
System Red Green Blue C M Y K H S L
Decimal 144 48 27 0 0.67 0.81 0.44 10.77 0.68 0.34
Hex 90 30 1B 0 43 51 2C B 44 22
Octal 220 60 33 0 103 121 54 13 104 42
Binary 10010000 110000 11011 0 1000011 1010001 101100 1011 1000100 100010

Color Harmonies of #90301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90301B

Black with #90301B

Text Example


Text Example

White with #90301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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