#7C2C1F

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

Shades of Burnt Umber #7C2C1F

Tints of Burnt Umber #7C2C1F

Color information

#7C2C1F (or 0x7C2C1F) is unknown color: approx Burnt Umber. HEX triplet: 7C, 2C and 1F. RGB value is (124,44,31). Sum of RGB (Red+Green+Blue) = 124+44+31=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C1F is #83D3E0. Grayscale: #424242. Windows color (decimal): -8639457 or 2043004. OLE color: 2043004.

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

Color convert

RGB1244431-
CMYK00.650.750.51
HSL8.39º60%30.39%-
HSV(B)8.39º75%48.63%-
XYZ9.466.191.99-
YUV66.44108169.06-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.31%
GREEN value IS 44 (17.58% from 255) = 22.11%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=62.31%
G=22.11%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124443100.650.750.518.396030.39
Hex7C2C1F0414B3383c1e
Octal1745437010111363107436
Binary111110010110011111010000011001011110011100011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,44,31); }

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

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

 a { background-color: rgb(124,44,31); }

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

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

 span { border-color: rgb(124,44,31); }

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