#863325

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

Shades of Burnt Umber #863325

Tints of Burnt Umber #863325

Color information

#863325 (or 0x863325) is unknown color: approx Burnt Umber. HEX triplet: 86, 33 and 25. RGB value is (134,51,37). Sum of RGB (Red+Green+Blue) = 134+51+37=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863325 is #79CCDA. Grayscale: #4A4A4A. Windows color (decimal): -7982299 or 2438022. OLE color: 2438022.

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

Color convert

RGB1345137-
CMYK00.620.720.47
HSL8.66º56.73%33.53%-
HSV(B)8.66º72.39%52.55%-
XYZ11.357.572.61-
YUV74.22107170.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 51 (20.31% from 255) = 22.97%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=60.36%
G=22.97%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134513700.620.720.478.6656.7333.53
Hex86332503E482F93922
Octal206634507611057117142
Binary10000110110011100101011111010010001011111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863325; }

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

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

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

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

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

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

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

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