#862B1B

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

Shades of Burnt Umber #862B1B

Tints of Burnt Umber #862B1B

Color information

#862B1B (or 0x862B1B) is unknown color: approx Burnt Umber. HEX triplet: 86, 2B and 1B. RGB value is (134,43,27). Sum of RGB (Red+Green+Blue) = 134+43+27=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 27 (10.94% from 255 or 13.24% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #862B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862B1B is #79D4E4. Grayscale: #444444. Windows color (decimal): -7984357 or 1780614. OLE color: 1780614.

HSL color Cylindrical-coordinate representation of color #862B1B: hue angle of 8.97º 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 #862B1B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB1344327-
CMYK00.680.800.47
HSL8.97º66.46%31.57%-
HSV(B)8.97º79.85%52.55%-
XYZ10.896.881.79-
YUV68.38104.65174.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 27 (10.94% from 255) = 13.24%
R=65.69%
G=21.08%
B=13.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134432700.680.800.478.9766.4631.57
Hex862B1B044502F94220
Octal20653330104120571110240
Binary100001101010111101101000100101000010111110011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862B1B; }

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

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

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

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

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

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

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

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