#863825

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

Shades of Burnt Umber #863825

Tints of Burnt Umber #863825

Color information

#863825 (or 0x863825) is unknown color: approx Burnt Umber. HEX triplet: 86, 38 and 25. RGB value is (134,56,37). Sum of RGB (Red+Green+Blue) = 134+56+37=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #863825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863825 is #79C7DA. Grayscale: #4D4D4D. Windows color (decimal): -7981019 or 2439302. OLE color: 2439302.

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

Color convert

RGB1345637-
CMYK00.580.720.47
HSL11.75º56.73%33.53%-
HSV(B)11.75º72.39%52.55%-
XYZ11.588.032.69-
YUV77.16105.34168.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.03%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 37 (14.84% from 255) = 16.30%
R=59.03%
G=24.67%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134563700.580.720.4711.7556.7333.53
Hex86382503A482Fc3922
Octal206704507211057147142
Binary10000110111000100101011101010010001011111100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863825; }

 p { color: rgb(134,56,37); }

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

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

 a { background-color: rgb(134,56,37); }

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

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

 span { border-color: rgb(134,56,37); }

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