#863A24

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

Shades of Burnt Umber #863A24

Tints of Burnt Umber #863A24

Color information

#863A24 (or 0x863A24) is unknown color: approx Burnt Umber. HEX triplet: 86, 3A and 24. RGB value is (134,58,36). Sum of RGB (Red+Green+Blue) = 134+58+36=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A24 is #79C5DB. Grayscale: #4E4E4E. Windows color (decimal): -7980508 or 2374278. OLE color: 2374278.

HSL color Cylindrical-coordinate representation of color #863A24: hue angle of 13.47º 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 #863A24 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB1345836-
CMYK00.570.730.47
HSL13.47º57.65%33.33%-
HSV(B)13.47º73.13%52.55%-
XYZ11.668.222.64-
YUV78.22104.18167.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 58 (23.05% from 255) = 25.44%
BLUE value IS 36 (14.45% from 255) = 15.79%
R=58.77%
G=25.44%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134583600.570.730.4713.4757.6533.33
Hex863A24039492Fd3a21
Octal206724407111157157241
Binary10000110111010100100011100110010011011111101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A24; }

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

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

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

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

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

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

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

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