Html Css Color HEX #862C15 Burnt Umber

📋 copy color: '#862C15'

red 134 ◦ green 44 ◦ blue 21

#862C15
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #862C15

Tints of Burnt Umber #862C15

RGB

 RED value IS 134 (52.73% from 255) = 67.34%

 GREEN value IS 44 (17.58% from 255) = 22.11%

 BLUE value IS 21 (8.59% from 255) = 10.55%

R = 67.34%
G = 22.11%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862C15 (or 0x862C15) is known color: Burnt Umber. HEX triplet: 86, 2C and 15. RGB value is (134,44,21). Sum of RGB (Red+Green+Blue) = 134+44+21=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #862C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C15 is #79D3EA. Grayscale: #444444. Windows color (decimal): -7984107 or 1387654. OLE color: 1387654.

HSL color Cylindrical-coordinate representation of color #862C15: hue angle of 12.21º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #862C15 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 21 -
CMYK 0 0.67 0.84 0.47
HSL 12.21º 0.73% 0.3% -
HSV(B) 12.21º 0.84% 0.53% -
XYZ 10.87 6.92 1.47 -
YUV 68.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 134 44 21 0 0.67 0.84 0.47 12.21 0.73 0.3
Hex 86 2C 15 0 43 54 2F C 49 1E
Octal 206 54 25 0 103 124 57 14 111 36
Binary 10000110 101100 10101 0 1000011 1010100 101111 1100 1001001 11110

Color Harmonies of #862C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C15

Black with #862C15

Text Example


Text Example

White with #862C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #862C15;
 }
 .AnyTagClassName
 {
   color: #862C15;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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