Html Css Color HEX #902E14 Burnt Umber

📋 copy color: '#902E14'

red 144 ◦ green 46 ◦ blue 20

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

Shades of Burnt Umber #902E14

Tints of Burnt Umber #902E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.52%

R = 68.57%
G = 21.9%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#902E14 (or 0x902E14) is known color: Burnt Umber. HEX triplet: 90, 2E and 14. RGB value is (144,46,20). Sum of RGB (Red+Green+Blue) = 144+46+20=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 20 (8.20% from 255 or 9.52% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #902E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E14 is #6FD1EB. Grayscale: #484848. Windows color (decimal): -7328236 or 1322640. OLE color: 1322640.

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

Color convert

RGB 144 46 20 -
CMYK 0 0.68 0.86 0.44
HSL 12.58º 0.76% 0.32% -
HSV(B) 12.58º 0.86% 0.56% -
XYZ 12.6 7.93 1.53 -
YUV 72.34 98.47 179.11 -
System Red Green Blue C M Y K H S L
Decimal 144 46 20 0 0.68 0.86 0.44 12.58 0.76 0.32
Hex 90 2E 14 0 44 56 2C D 4C 20
Octal 220 56 24 0 104 126 54 15 114 40
Binary 10010000 101110 10100 0 1000100 1010110 101100 1101 1001100 100000

Color Harmonies of #902E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902E14

Black with #902E14

Text Example


Text Example

White with #902E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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