#863428

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

Shades of Burnt Umber #863428

Tints of Burnt Umber #863428

Color information

#863428 (or 0x863428) is unknown color: approx Burnt Umber. HEX triplet: 86, 34 and 28. RGB value is (134,52,40). Sum of RGB (Red+Green+Blue) = 134+52+40=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #863428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863428 is #79CBD7. Grayscale: #4B4B4B. Windows color (decimal): -7982040 or 2634886. OLE color: 2634886.

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

Color convert

RGB1345240-
CMYK00.610.700.47
HSL7.66º54.02%34.12%-
HSV(B)7.66º70.15%52.55%-
XYZ11.447.682.89-
YUV75.15108.17169.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 40 (16.02% from 255) = 17.70%
R=59.29%
G=23.01%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134524000.610.700.477.6654.0234.12
Hex86342803D462F83622
Octal206645007510657106642
Binary10000110110100101000011110110001101011111000110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863428; }

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

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

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

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

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

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

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

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