#7C2C1B

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

Shades of Burnt Umber #7C2C1B

Tints of Burnt Umber #7C2C1B

Color information

#7C2C1B (or 0x7C2C1B) is unknown color: approx Burnt Umber. HEX triplet: 7C, 2C and 1B. RGB value is (124,44,27). Sum of RGB (Red+Green+Blue) = 124+44+27=195 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.59% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C1B is #83D3E4. Grayscale: #424242. Windows color (decimal): -8639461 or 1780860. OLE color: 1780860.

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

Color convert

RGB1244427-
CMYK00.650.780.51
HSL10.52º64.24%29.61%-
HSV(B)10.52º78.23%48.63%-
XYZ9.416.171.73-
YUV65.98106169.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 63.59%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=63.59%
G=22.56%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124442700.650.780.5110.5264.2429.61
Hex7C2C1B0414E33b401e
Octal17454330101116631310036
Binary1111100101100110110100000110011101100111011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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