Html Css Color HEX #7E2C14 Burnt Umber

📋 copy color: '#7E2C14'

red 126 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #7E2C14

Tints of Burnt Umber #7E2C14

RGB

 RED value IS 126 (49.61% from 255) = 66.32%

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 66.32%
G = 23.16%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E2C14 (or 0x7E2C14) is known color: Burnt Umber. HEX triplet: 7E, 2C and 14. RGB value is (126,44,20). Sum of RGB (Red+Green+Blue) = 126+44+20=190 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.32% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2C14 is #81D3EB. Grayscale: #414141. Windows color (decimal): -8508396 or 1322110. OLE color: 1322110.

HSL color Cylindrical-coordinate representation of color #7E2C14: hue angle of 13.58º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E2C14 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 44 20 -
CMYK 0 0.65 0.84 0.51
HSL 13.58º 0.73% 0.29% -
HSV(B) 13.58º 0.84% 0.49% -
XYZ 9.63 6.29 1.37 -
YUV 65.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 126 44 20 0 0.65 0.84 0.51 13.58 0.73 0.29
Hex 7E 2C 14 0 41 54 33 E 49 1D
Octal 176 54 24 0 101 124 63 16 111 35
Binary 1111110 101100 10100 0 1000001 1010100 110011 1110 1001001 11101

Color Harmonies of #7E2C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2C14

Black with #7E2C14

Text Example


Text Example

White with #7E2C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E2C14; }

 p { color: rgb(126,44,20); }

 H1.HeaderClassName
 {
   color: #7E2C14;
 }
 .AnyTagClassName
 {
   color: #7E2C14;
 }
</style>

background-color css

<style>
 a { background-color: #7E2C14; }

 a { background-color: rgb(126,44,20); }

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

border-color css

<style>
 span { border-color: #7E2C14; }

 span { border-color: rgb(126,44,20); }

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