#863628

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

Shades of Burnt Umber #863628

Tints of Burnt Umber #863628

Color information

#863628 (or 0x863628) is unknown color: approx Burnt Umber. HEX triplet: 86, 36 and 28. RGB value is (134,54,40). Sum of RGB (Red+Green+Blue) = 134+54+40=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863628 is #79C9D7. Grayscale: #4C4C4C. Windows color (decimal): -7981528 or 2635398. OLE color: 2635398.

HSL color Cylindrical-coordinate representation of color #863628: hue angle of 8.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #863628 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1345440-
CMYK00.600.700.47
HSL8.94º54.02%34.12%-
HSV(B)8.94º70.15%52.55%-
XYZ11.537.862.92-
YUV76.32107.5169.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 54 (21.48% from 255) = 23.68%
BLUE value IS 40 (16.02% from 255) = 17.54%
R=58.77%
G=23.68%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134544000.600.700.478.9454.0234.12
Hex86362803C462F93622
Octal206665007410657116642
Binary10000110110110101000011110010001101011111001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863628; }

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

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

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

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

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

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

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

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