#872F26

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

Shades of Burnt Umber #872F26

Tints of Burnt Umber #872F26

Color information

#872F26 (or 0x872F26) is unknown color: approx Burnt Umber. HEX triplet: 87, 2F and 26. RGB value is (135,47,38). Sum of RGB (Red+Green+Blue) = 135+47+38=220 (29% of max value = 765). Red value is 135 (53.12% from 255 or 61.36% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 135 - color contains mainly: red. Hex color #872F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #872F26 is #78D0D9. Grayscale: #484848. Windows color (decimal): -7917786 or 2502535. OLE color: 2502535.

HSL color Cylindrical-coordinate representation of color #872F26: hue angle of 5.57º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872F26 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1354738-
CMYK00.650.720.47
HSL5.57º56.07%33.92%-
HSV(B)5.57º71.85%52.94%-
XYZ11.367.322.65-
YUV72.29108.65172.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 61.36%
GREEN value IS 47 (18.75% from 255) = 21.36%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=61.36%
G=21.36%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135473800.650.720.475.5756.0733.92
Hex872F26041482F63822
Octal207574601011105767042
Binary10000111101111100110010000011001000101111110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #872F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #872F26; }

 p { color: rgb(135,47,38); }

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

<style>
 a { background-color: #872F26; }

 a { background-color: rgb(135,47,38); }

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

<style>
 span { border-color: #872F26; }

 span { border-color: rgb(135,47,38); }

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