#863010

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

Shades of Burnt Umber #863010

Tints of Burnt Umber #863010

Color information

#863010 (or 0x863010) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 10. RGB value is (134,48,16). Sum of RGB (Red+Green+Blue) = 134+48+16=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #863010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863010 is #79CFEF. Grayscale: #464646. Windows color (decimal): -7983088 or 1060998. OLE color: 1060998.

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

Color convert

RGB1344816-
CMYK00.640.880.47
HSL16.27º78.67%29.41%-
HSV(B)16.27º88.06%52.55%-
XYZ10.987.221.3-
YUV70.0797.49173.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.68%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=67.68%
G=24.24%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134481600.640.880.4716.2778.6729.41
Hex863010040582F104f1d
Octal20660200100130572011735
Binary100001101100001000001000000101100010111110000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863010; }

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

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

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

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

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

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

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

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