Html Css Color HEX #902E20 Burnt Umber

📋 copy color: '#902E20'

red 144 ◦ green 46 ◦ blue 32

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

Shades of Burnt Umber #902E20

Tints of Burnt Umber #902E20

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.72%

 BLUE value IS 32 (12.89% from 255) = 14.41%

R = 64.86%
G = 20.72%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#902E20 (or 0x902E20) is known color: Burnt Umber. HEX triplet: 90, 2E and 20. RGB value is (144,46,32). Sum of RGB (Red+Green+Blue) = 144+46+32=222 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.86% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 144 - color contains mainly: red. Hex color #902E20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902E20 is #6FD1DF. Grayscale: #494949. Windows color (decimal): -7328224 or 2109072. OLE color: 2109072.

HSL color Cylindrical-coordinate representation of color #902E20: hue angle of 7.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902E20 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 46 32 -
CMYK 0 0.68 0.78 0.44
HSL 7.5º 0.64% 0.35% -
HSV(B) 7.5º 0.78% 0.56% -
XYZ 12.74 7.99 2.24 -
YUV 73.71 104.47 178.14 -
System Red Green Blue C M Y K H S L
Decimal 144 46 32 0 0.68 0.78 0.44 7.5 0.64 0.35
Hex 90 2E 20 0 44 4E 2C 8 40 23
Octal 220 56 40 0 104 116 54 10 100 43
Binary 10010000 101110 100000 0 1000100 1001110 101100 1000 1000000 100011

Color Harmonies of #902E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902E20

Black with #902E20

Text Example


Text Example

White with #902E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902E20; }

 p { color: rgb(144,46,32); }

 H1.HeaderClassName
 {
   color: #902E20;
 }
 .AnyTagClassName
 {
   color: #902E20;
 }
</style>

background-color css

<style>
 a { background-color: #902E20; }

 a { background-color: rgb(144,46,32); }

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

border-color css

<style>
 span { border-color: #902E20; }

 span { border-color: rgb(144,46,32); }

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