#863618

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

Shades of Burnt Umber #863618

Tints of Burnt Umber #863618

Color information

#863618 (or 0x863618) is unknown color: approx Burnt Umber. HEX triplet: 86, 36 and 18. RGB value is (134,54,24). Sum of RGB (Red+Green+Blue) = 134+54+24=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 54 (21.48% from 255 or 25.47% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #863618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863618 is #79C9E7. Grayscale: #4A4A4A. Windows color (decimal): -7981544 or 1586822. OLE color: 1586822.

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

Color convert

RGB1345424-
CMYK00.600.820.47
HSL16.36º69.62%30.98%-
HSV(B)16.36º82.09%52.55%-
XYZ11.327.771.77-
YUV74.599.5170.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.21%
GREEN value IS 54 (21.48% from 255) = 25.47%
BLUE value IS 24 (9.77% from 255) = 11.32%
R=63.21%
G=25.47%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134542400.600.820.4716.3669.6230.98
Hex86361803C522F10461f
Octal2066630074122572010637
Binary10000110110110110000111100101001010111110000100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863618; }

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

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

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

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

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

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

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

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