#863112

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

Shades of Burnt Umber #863112

Tints of Burnt Umber #863112

Color information

#863112 (or 0x863112) is unknown color: approx Burnt Umber. HEX triplet: 86, 31 and 12. RGB value is (134,49,18). Sum of RGB (Red+Green+Blue) = 134+49+18=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863112 is #79CEED. Grayscale: #474747. Windows color (decimal): -7982830 or 1192326. OLE color: 1192326.

HSL color Cylindrical-coordinate representation of color #863112: hue angle of 16.03º degrees, saturation: 0.76, 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 #863112 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1344918-
CMYK00.630.870.47
HSL16.03º76.32%29.8%-
HSV(B)16.03º86.57%52.55%-
XYZ11.047.311.4-
YUV70.8898.16173.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.67%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 18 (7.42% from 255) = 8.96%
R=66.67%
G=24.38%
B=8.96%

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
Decimal134491800.630.870.4716.0376.3229.8
Hex86311203F572F104c1e
Octal2066122077127572011436
Binary10000110110001100100111111101011110111110000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863112; }

 p { color: rgb(134,49,18); }

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

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

 a { background-color: rgb(134,49,18); }

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

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

 span { border-color: rgb(134,49,18); }

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