Html Css Color HEX #90341D Burnt Umber

📋 copy color: '#90341D'

red 144 ◦ green 52 ◦ blue 29

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

Shades of Burnt Umber #90341D

Tints of Burnt Umber #90341D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.11%

 BLUE value IS 29 (11.72% from 255) = 12.89%

R = 64%
G = 23.11%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90341D (or 0x90341D) is known color: Burnt Umber. HEX triplet: 90, 34 and 1D. RGB value is (144,52,29). Sum of RGB (Red+Green+Blue) = 144+52+29=225 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 144 - color contains mainly: red. Hex color #90341D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90341D is #6FCBE2. Grayscale: #4D4D4D. Windows color (decimal): -7326691 or 1914000. OLE color: 1914000.

HSL color Cylindrical-coordinate representation of color #90341D: hue angle of 12º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90341D is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 52 29 -
CMYK 0 0.64 0.80 0.44
HSL 12º 0.66% 0.34% -
HSV(B) 12º 0.8% 0.56% -
XYZ 12.95 8.47 2.12 -
YUV 76.89 100.98 175.87 -
System Red Green Blue C M Y K H S L
Decimal 144 52 29 0 0.64 0.80 0.44 12 0.66 0.34
Hex 90 34 1D 0 40 50 2C C 42 22
Octal 220 64 35 0 100 120 54 14 102 42
Binary 10010000 110100 11101 0 1000000 1010000 101100 1100 1000010 100010

Color Harmonies of #90341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90341D

Black with #90341D

Text Example


Text Example

White with #90341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90341D; }

 p { color: rgb(144,52,29); }

 H1.HeaderClassName
 {
   color: #90341D;
 }
 .AnyTagClassName
 {
   color: #90341D;
 }
</style>

background-color css

<style>
 a { background-color: #90341D; }

 a { background-color: rgb(144,52,29); }

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

border-color css

<style>
 span { border-color: #90341D; }

 span { border-color: rgb(144,52,29); }

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