#7F281A

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

Shades of Burnt Umber #7F281A

Tints of Burnt Umber #7F281A

Color information

#7F281A (or 0x7F281A) is unknown color: approx Burnt Umber. HEX triplet: 7F, 28 and 1A. RGB value is (127,40,26). Sum of RGB (Red+Green+Blue) = 127+40+26=193 (25% of max value = 765). Red value is 127 (50% from 255 or 65.80% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 127 - color contains mainly: red. Hex color #7F281A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F281A is #80D7E5. Grayscale: #404040. Windows color (decimal): -8443878 or 1714303. OLE color: 1714303.

HSL color Cylindrical-coordinate representation of color #7F281A: hue angle of 8.32º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F281A is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1274026-
CMYK00.690.800.50
HSL8.32º66.01%30%-
HSV(B)8.32º79.53%49.8%-
XYZ9.76.11.64-
YUV64.42106.32172.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 65.80%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=65.80%
G=20.73%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127402600.690.800.508.3266.0130
Hex7F281A04550328421e
Octal17750320105120621010236
Binary1111111101000110100100010110100001100101000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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