#862C21

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

Shades of Burnt Umber #862C21

Tints of Burnt Umber #862C21

Color information

#862C21 (or 0x862C21) is unknown color: approx Burnt Umber. HEX triplet: 86, 2C and 21. RGB value is (134,44,33). Sum of RGB (Red+Green+Blue) = 134+44+33=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C21 is #79D3DE. Grayscale: #454545. Windows color (decimal): -7984095 or 2174086. OLE color: 2174086.

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

Color convert

RGB1344433-
CMYK00.670.750.47
HSL6.53º60.48%32.75%-
HSV(B)6.53º75.37%52.55%-
XYZ11.016.982.21-
YUV69.66107.32173.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 33 (13.28% from 255) = 15.64%
R=63.51%
G=20.85%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134443300.670.750.476.5360.4832.75
Hex862C210434B2F73c21
Octal206544101031135777441
Binary10000110101100100001010000111001011101111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,33); }

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

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

 a { background-color: rgb(134,44,33); }

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

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

 span { border-color: rgb(134,44,33); }

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