#7C2B1D

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

Shades of Burnt Umber #7C2B1D

Tints of Burnt Umber #7C2B1D

Color information

#7C2B1D (or 0x7C2B1D) is unknown color: approx Burnt Umber. HEX triplet: 7C, 2B and 1D. RGB value is (124,43,29). Sum of RGB (Red+Green+Blue) = 124+43+29=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2B1D is #83D4E2. Grayscale: #414141. Windows color (decimal): -8639715 or 1911676. OLE color: 1911676.

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

Color convert

RGB1244329-
CMYK00.650.770.51
HSL8.84º62.09%30%-
HSV(B)8.84º76.61%48.63%-
XYZ9.46.11.84-
YUV65.62107.34169.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.27%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=63.27%
G=21.94%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.77
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124432900.650.770.518.8462.0930
Hex7C2B1D0414D3393e1e
Octal1745335010111563117636
Binary111110010101111101010000011001101110011100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,43,29); }

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

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

 a { background-color: rgb(124,43,29); }

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

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

 span { border-color: rgb(124,43,29); }

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