#863211

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

Shades of Burnt Umber #863211

Tints of Burnt Umber #863211

Color information

#863211 (or 0x863211) is unknown color: approx Burnt Umber. HEX triplet: 86, 32 and 11. RGB value is (134,50,17). Sum of RGB (Red+Green+Blue) = 134+50+17=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863211 is #79CDEE. Grayscale: #474747. Windows color (decimal): -7982575 or 1127046. OLE color: 1127046.

HSL color Cylindrical-coordinate representation of color #863211: hue angle of 16.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #863211 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1345017-
CMYK00.630.870.47
HSL16.92º77.48%29.61%-
HSV(B)16.92º87.31%52.55%-
XYZ11.077.391.37-
YUV71.3597.33172.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.67%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=66.67%
G=24.88%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134501700.630.870.4716.9277.4829.61
Hex86321103F572F114d1e
Octal2066221077127572111536
Binary10000110110010100010111111101011110111110001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863211; }

 p { color: rgb(134,50,17); }

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

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

 a { background-color: rgb(134,50,17); }

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

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

 span { border-color: rgb(134,50,17); }

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