#863012

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

Shades of Burnt Umber #863012

Tints of Burnt Umber #863012

Color information

#863012 (or 0x863012) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 12. RGB value is (134,48,18). Sum of RGB (Red+Green+Blue) = 134+48+18=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #863012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863012 is #79CFED. Grayscale: #464646. Windows color (decimal): -7983086 or 1192070. OLE color: 1192070.

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

Color convert

RGB1344818-
CMYK00.640.870.47
HSL15.52º76.32%29.8%-
HSV(B)15.52º86.57%52.55%-
XYZ117.231.39-
YUV70.2998.49173.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 18 (7.42% from 255) = 9%
R=67%
G=24%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134481800.640.870.4715.5276.3229.8
Hex863012040572F104c1e
Octal20660220100127572011436
Binary100001101100001001001000000101011110111110000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863012; }

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

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

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

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

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

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

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

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