#863A1E

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

Shades of Burnt Umber #863A1E

Tints of Burnt Umber #863A1E

Color information

#863A1E (or 0x863A1E) is unknown color: approx Burnt Umber. HEX triplet: 86, 3A and 1E. RGB value is (134,58,30). Sum of RGB (Red+Green+Blue) = 134+58+30=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A1E is #79C5E1. Grayscale: #4D4D4D. Windows color (decimal): -7980514 or 1981062. OLE color: 1981062.

HSL color Cylindrical-coordinate representation of color #863A1E: hue angle of 16.15º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #863A1E is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1345830-
CMYK00.570.780.47
HSL16.15º63.41%32.16%-
HSV(B)16.15º77.61%52.55%-
XYZ11.588.192.2-
YUV77.53101.18168.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=60.36%
G=26.13%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134583000.570.780.4716.1563.4132.16
Hex863A1E0394E2F103f20
Octal206723607111657207740
Binary10000110111010111100111001100111010111110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A1E; }

 p { color: rgb(134,58,30); }

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

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

 a { background-color: rgb(134,58,30); }

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

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

 span { border-color: rgb(134,58,30); }

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