#863225

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

Shades of Burnt Umber #863225

Tints of Burnt Umber #863225

Color information

#863225 (or 0x863225) is unknown color: approx Burnt Umber. HEX triplet: 86, 32 and 25. RGB value is (134,50,37). Sum of RGB (Red+Green+Blue) = 134+50+37=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #863225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863225 is #79CDDA. Grayscale: #494949. Windows color (decimal): -7982555 or 2437766. OLE color: 2437766.

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

Color convert

RGB1345037-
CMYK00.630.720.47
HSL8.04º56.73%33.53%-
HSV(B)8.04º72.39%52.55%-
XYZ11.317.482.6-
YUV73.63107.33171.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.63%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=60.63%
G=22.62%
B=16.74%

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
Decimal134503700.630.720.478.0456.7333.53
Hex86322503F482F83922
Octal206624507711057107142
Binary10000110110010100101011111110010001011111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863225; }

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

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

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

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

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

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

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

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