#863024

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

Shades of Burnt Umber #863024

Tints of Burnt Umber #863024

Color information

#863024 (or 0x863024) is unknown color: approx Burnt Umber. HEX triplet: 86, 30 and 24. RGB value is (134,48,36). Sum of RGB (Red+Green+Blue) = 134+48+36=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #863024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863024 is #79CFDB. Grayscale: #484848. Windows color (decimal): -7983068 or 2371718. OLE color: 2371718.

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

Color convert

RGB1344836-
CMYK00.640.730.47
HSL7.35º57.65%33.33%-
HSV(B)7.35º73.13%52.55%-
XYZ11.217.312.49-
YUV72.35107.49171.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.47%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=61.47%
G=22.02%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134483600.640.730.477.3557.6533.33
Hex863024040492F73a21
Octal206604401001115777241
Binary10000110110000100100010000001001001101111111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863024; }

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

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

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

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

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

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

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

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