Html Css Color HEX #902E1F Burnt Umber

📋 copy color: '#902E1F'

red 144 ◦ green 46 ◦ blue 31

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

Shades of Burnt Umber #902E1F

Tints of Burnt Umber #902E1F

RGB

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

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

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

R = 65.16%
G = 20.81%
B = 14.03%

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

#902E1F (or 0x902E1F) is known color: Burnt Umber. HEX triplet: 90, 2E and 1F. RGB value is (144,46,31). Sum of RGB (Red+Green+Blue) = 144+46+31=221 (29% of max value = 765). Red value is 144 (56.64% from 255 or 65.16% from 221); Green value is 46 (18.36% from 255 or 20.81% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 144 - color contains mainly: red. Hex color #902E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #902E1F is #6FD1E0. Grayscale: #494949. Windows color (decimal): -7328225 or 2043536. OLE color: 2043536.

HSL color Cylindrical-coordinate representation of color #902E1F: hue angle of 7.96º 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 #902E1F is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 46 31 -
CMYK 0 0.68 0.78 0.44
HSL 7.96º 0.65% 0.34% -
HSV(B) 7.96º 0.78% 0.56% -
XYZ 12.73 7.98 2.17 -
YUV 73.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 144 46 31 0 0.68 0.78 0.44 7.96 0.65 0.34
Hex 90 2E 1F 0 44 4E 2C 8 41 22
Octal 220 56 37 0 104 116 54 10 101 42
Binary 10010000 101110 11111 0 1000100 1001110 101100 1000 1000001 100010

Color Harmonies of #902E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902E1F

Black with #902E1F

Text Example


Text Example

White with #902E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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