#863125

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

Shades of Burnt Umber #863125

Tints of Burnt Umber #863125

Color information

#863125 (or 0x863125) is unknown color: approx Burnt Umber. HEX triplet: 86, 31 and 25. RGB value is (134,49,37). Sum of RGB (Red+Green+Blue) = 134+49+37=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #863125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863125 is #79CEDA. Grayscale: #494949. Windows color (decimal): -7982811 or 2437510. OLE color: 2437510.

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

Color convert

RGB1344937-
CMYK00.630.720.47
HSL7.42º56.73%33.53%-
HSV(B)7.42º72.39%52.55%-
XYZ11.267.42.58-
YUV73.05107.66171.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 37 (14.84% from 255) = 16.82%
R=60.91%
G=22.27%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134493700.630.720.477.4256.7333.53
Hex86312503F482F73922
Octal20661450771105777142
Binary1000011011000110010101111111001000101111111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863125; }

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

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

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

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

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

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

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

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