Html Css Color HEX #7E2A1F Burnt Umber

📋 copy color: '#7E2A1F'

red 126 ◦ green 42 ◦ blue 31

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

Shades of Burnt Umber #7E2A1F

Tints of Burnt Umber #7E2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.11%

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

R = 63.32%
G = 21.11%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7E2A1F (or 0x7E2A1F) is known color: Burnt Umber. HEX triplet: 7E, 2A and 1F. RGB value is (126,42,31). Sum of RGB (Red+Green+Blue) = 126+42+31=199 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.32% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2A1F is #81D5E0. Grayscale: #414141. Windows color (decimal): -8508897 or 2042494. OLE color: 2042494.

HSL color Cylindrical-coordinate representation of color #7E2A1F: hue angle of 6.95º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7E2A1F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 42 31 -
CMYK 0 0.67 0.75 0.51
HSL 6.95º 0.61% 0.31% -
HSV(B) 6.95º 0.75% 0.49% -
XYZ 9.68 6.19 1.98 -
YUV 65.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 126 42 31 0 0.67 0.75 0.51 6.95 0.61 0.31
Hex 7E 2A 1F 0 43 4B 33 7 3D 1F
Octal 176 52 37 0 103 113 63 7 75 37
Binary 1111110 101010 11111 0 1000011 1001011 110011 111 111101 11111

Color Harmonies of #7E2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2A1F

Black with #7E2A1F

Text Example


Text Example

White with #7E2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,42,31); }

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

background-color css

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

 a { background-color: rgb(126,42,31); }

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

border-color css

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

 span { border-color: rgb(126,42,31); }

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