Html Css Color HEX #7E2912 Burnt Umber

📋 copy color: '#7E2912'

red 126 ◦ green 41 ◦ blue 18

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

Shades of Burnt Umber #7E2912

Tints of Burnt Umber #7E2912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.16%

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

R = 68.11%
G = 22.16%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.51

RGB Variations

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

Color information

#7E2912 (or 0x7E2912) is known color: Burnt Umber. HEX triplet: 7E, 29 and 12. RGB value is (126,41,18). Sum of RGB (Red+Green+Blue) = 126+41+18=185 (24% of max value = 765). Red value is 126 (49.61% from 255 or 68.11% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2912 is #81D6ED. Grayscale: #3F3F3F. Windows color (decimal): -8509166 or 1190270. OLE color: 1190270.

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

Color convert

RGB 126 41 18 -
CMYK 0 0.67 0.86 0.51
HSL 12.78º 0.75% 0.28% -
HSV(B) 12.78º 0.86% 0.49% -
XYZ 9.51 6.07 1.24 -
YUV 63.79 102.16 172.37 -
System Red Green Blue C M Y K H S L
Decimal 126 41 18 0 0.67 0.86 0.51 12.78 0.75 0.28
Hex 7E 29 12 0 43 56 33 D 4B 1C
Octal 176 51 22 0 103 126 63 15 113 34
Binary 1111110 101001 10010 0 1000011 1010110 110011 1101 1001011 11100

Color Harmonies of #7E2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2912

Black with #7E2912

Text Example


Text Example

White with #7E2912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,41,18); }

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

background-color css

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

 a { background-color: rgb(126,41,18); }

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

border-color css

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

 span { border-color: rgb(126,41,18); }

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