#863328

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

Shades of Burnt Umber #863328

Tints of Burnt Umber #863328

Color information

#863328 (or 0x863328) is unknown color: approx Burnt Umber. HEX triplet: 86, 33 and 28. RGB value is (134,51,40). Sum of RGB (Red+Green+Blue) = 134+51+40=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #863328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863328 is #79CCD7. Grayscale: #4A4A4A. Windows color (decimal): -7982296 or 2634630. OLE color: 2634630.

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

Color convert

RGB1345140-
CMYK00.620.700.47
HSL7.02º54.02%34.12%-
HSV(B)7.02º70.15%52.55%-
XYZ11.47.592.87-
YUV74.56108.5170.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 51 (20.31% from 255) = 22.67%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=59.56%
G=22.67%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134514000.620.700.477.0254.0234.12
Hex86332803E462F73622
Octal20663500761065776642
Binary1000011011001110100001111101000110101111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863328; }

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

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

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

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

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

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

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

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