#7C281A

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

Shades of Burnt Umber #7C281A

Tints of Burnt Umber #7C281A

Color information

#7C281A (or 0x7C281A) is unknown color: approx Burnt Umber. HEX triplet: 7C, 28 and 1A. RGB value is (124,40,26). Sum of RGB (Red+Green+Blue) = 124+40+26=190 (25% of max value = 765). Red value is 124 (48.83% from 255 or 65.26% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 124 - color contains mainly: red. Hex color #7C281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C281A is #83D7E5. Grayscale: #3F3F3F. Windows color (decimal): -8640486 or 1714300. OLE color: 1714300.

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

Color convert

RGB1244026-
CMYK00.680.790.51
HSL8.57º65.33%29.41%-
HSV(B)8.57º79.03%48.63%-
XYZ9.265.881.62-
YUV63.52106.83171.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 65.26%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=65.26%
G=21.05%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124402600.680.790.518.5765.3329.41
Hex7C281A0444F339411d
Octal17450320104117631110135
Binary1111100101000110100100010010011111100111001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,40,26); }

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

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

 a { background-color: rgb(124,40,26); }

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

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

 span { border-color: rgb(124,40,26); }

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