#863018

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

Shades of Burnt Umber #863018

Tints of Burnt Umber #863018

Color information

#863018 (or 0x863018) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 18. RGB value is (134,48,24). Sum of RGB (Red+Green+Blue) = 134+48+24=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #863018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863018 is #79CFE7. Grayscale: #474747. Windows color (decimal): -7983080 or 1585286. OLE color: 1585286.

HSL color Cylindrical-coordinate representation of color #863018: hue angle of 13.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #863018 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1344824-
CMYK00.640.820.47
HSL13.09º69.62%30.98%-
HSV(B)13.09º82.09%52.55%-
XYZ11.057.251.68-
YUV70.98101.49172.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=65.05%
G=23.30%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134482400.640.820.4713.0969.6230.98
Hex863018040522Fd461f
Octal20660300100122571510637
Binary10000110110000110000100000010100101011111101100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863018; }

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

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

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

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

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

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

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

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