#86361B

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

Shades of Burnt Umber #86361B

Tints of Burnt Umber #86361B

Color information

#86361B (or 0x86361B) is unknown color: approx Burnt Umber. HEX triplet: 86, 36 and 1B. RGB value is (134,54,27). Sum of RGB (Red+Green+Blue) = 134+54+27=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86361B is #79C9E4. Grayscale: #4B4B4B. Windows color (decimal): -7981541 or 1783430. OLE color: 1783430.

HSL color Cylindrical-coordinate representation of color #86361B: hue angle of 15.14º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86361B is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1345427-
CMYK00.600.800.47
HSL15.14º66.46%31.57%-
HSV(B)15.14º79.85%52.55%-
XYZ11.357.791.94-
YUV74.84101170.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 54 (21.48% from 255) = 25.12%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=62.33%
G=25.12%
B=12.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134542700.600.800.4715.1466.4631.57
Hex86361B03C502Ff4220
Octal2066633074120571710240
Binary10000110110110110110111100101000010111111111000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86361B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86361B; }

 p { color: rgb(134,54,27); }

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

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

 a { background-color: rgb(134,54,27); }

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

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

 span { border-color: rgb(134,54,27); }

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