#863922

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

Shades of Burnt Umber #863922

Tints of Burnt Umber #863922

Color information

#863922 (or 0x863922) is unknown color: approx Burnt Umber. HEX triplet: 86, 39 and 22. RGB value is (134,57,34). Sum of RGB (Red+Green+Blue) = 134+57+34=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #863922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863922 is #79C6DD. Grayscale: #4D4D4D. Windows color (decimal): -7980766 or 2242950. OLE color: 2242950.

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

Color convert

RGB1345734-
CMYK00.570.750.47
HSL13.8º59.52%32.94%-
HSV(B)13.8º74.63%52.55%-
XYZ11.588.112.47-
YUV77.4103.51168.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=59.56%
G=25.33%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134573400.570.750.4713.859.5232.94
Hex8639220394B2Fe3c21
Octal206714207111357167441
Binary10000110111001100010011100110010111011111110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863922; }

 p { color: rgb(134,57,34); }

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

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

 a { background-color: rgb(134,57,34); }

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

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

 span { border-color: rgb(134,57,34); }

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