#863725

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

Shades of Burnt Umber #863725

Tints of Burnt Umber #863725

Color information

#863725 (or 0x863725) is unknown color: approx Burnt Umber. HEX triplet: 86, 37 and 25. RGB value is (134,55,37). Sum of RGB (Red+Green+Blue) = 134+55+37=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #863725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863725 is #79C8DA. Grayscale: #4C4C4C. Windows color (decimal): -7981275 or 2439046. OLE color: 2439046.

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

Color convert

RGB1345537-
CMYK00.590.720.47
HSL11.13º56.73%33.53%-
HSV(B)11.13º72.39%52.55%-
XYZ11.537.932.67-
YUV76.57105.67168.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=59.29%
G=24.34%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134553700.590.720.4711.1356.7333.53
Hex86372503B482Fb3922
Octal206674507311057137142
Binary10000110110111100101011101110010001011111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863725; }

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

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

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

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

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

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

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

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