Html Css Color HEX #902E12 Burnt Umber

📋 copy color: '#902E12'

red 144 ◦ green 46 ◦ blue 18

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

Shades of Burnt Umber #902E12

Tints of Burnt Umber #902E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.65%

R = 69.23%
G = 22.12%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#902E12 (or 0x902E12) is known color: Burnt Umber. HEX triplet: 90, 2E and 12. RGB value is (144,46,18). Sum of RGB (Red+Green+Blue) = 144+46+18=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #902E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902E12 is #6FD1ED. Grayscale: #484848. Windows color (decimal): -7328238 or 1191568. OLE color: 1191568.

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

Color convert

RGB 144 46 18 -
CMYK 0 0.68 0.88 0.44
HSL 13.33º 0.78% 0.32% -
HSV(B) 13.33º 0.88% 0.56% -
XYZ 12.59 7.93 1.44 -
YUV 72.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 144 46 18 0 0.68 0.88 0.44 13.33 0.78 0.32
Hex 90 2E 12 0 44 58 2C D 4E 20
Octal 220 56 22 0 104 130 54 15 116 40
Binary 10010000 101110 10010 0 1000100 1011000 101100 1101 1001110 100000

Color Harmonies of #902E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902E12

Black with #902E12

Text Example


Text Example

White with #902E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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