#7E2A12

Color #7E2A12 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #7E2A12

Tints of Burnt Umber #7E2A12

Color information

#7E2A12 (or 0x7E2A12) is unknown color: approx Burnt Umber. HEX triplet: 7E, 2A and 12. RGB value is (126,42,18). Sum of RGB (Red+Green+Blue) = 126+42+18=186 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.74% from 186); Green value is 42 (16.80% from 255 or 22.58% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E2A12 is #81D5ED. Grayscale: #404040. Windows color (decimal): -8508910 or 1190526. OLE color: 1190526.

HSL color Cylindrical-coordinate representation of color #7E2A12: hue angle of 13.33º 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 #7E2A12 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB1264218-
CMYK00.670.860.51
HSL13.33º75%28.24%-
HSV(B)13.33º85.71%49.41%-
XYZ9.546.141.25-
YUV64.38101.83171.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 67.74%
GREEN value IS 42 (16.80% from 255) = 22.58%
BLUE value IS 18 (7.42% from 255) = 9.68%
R=67.74%
G=22.58%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126421800.670.860.5113.337528.24
Hex7E2A120435633d4b1c
Octal17652220103126631511334
Binary1111110101010100100100001110101101100111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E2A12;
 }
 .AnyTagClassName
 {
   color: #7E2A12;
 }
</style>
background-color css

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

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

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

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

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

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