#863026

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

Shades of Burnt Umber #863026

Tints of Burnt Umber #863026

Color information

#863026 (or 0x863026) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 26. RGB value is (134,48,38). Sum of RGB (Red+Green+Blue) = 134+48+38=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #863026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863026 is #79CFD9. Grayscale: #484848. Windows color (decimal): -7983066 or 2502790. OLE color: 2502790.

HSL color Cylindrical-coordinate representation of color #863026: hue angle of 6.25º 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 #863026 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1344838-
CMYK00.640.720.47
HSL6.25º55.81%33.73%-
HSV(B)6.25º71.64%52.55%-
XYZ11.247.322.65-
YUV72.57108.49171.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 48 (19.14% from 255) = 21.82%
BLUE value IS 38 (15.23% from 255) = 17.27%
R=60.91%
G=21.82%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134483800.640.720.476.2555.8133.73
Hex863026040482F63822
Octal206604601001105767042
Binary10000110110000100110010000001001000101111110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863026; }

 p { color: rgb(134,48,38); }

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

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

 a { background-color: rgb(134,48,38); }

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

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

 span { border-color: rgb(134,48,38); }

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