Html Css Color HEX #862C13 Burnt Umber

📋 copy color: '#862C13'

red 134 ◦ green 44 ◦ blue 19

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

Shades of Burnt Umber #862C13

Tints of Burnt Umber #862C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 68.02%
G = 22.34%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#862C13 (or 0x862C13) is known color: Burnt Umber. HEX triplet: 86, 2C and 13. RGB value is (134,44,19). Sum of RGB (Red+Green+Blue) = 134+44+19=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #862C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C13 is #79D3EC. Grayscale: #444444. Windows color (decimal): -7984109 or 1256582. OLE color: 1256582.

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

Color convert

RGB 134 44 19 -
CMYK 0 0.67 0.86 0.47
HSL 13.04º 0.75% 0.3% -
HSV(B) 13.04º 0.86% 0.53% -
XYZ 10.85 6.92 1.38 -
YUV 68.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 134 44 19 0 0.67 0.86 0.47 13.04 0.75 0.3
Hex 86 2C 13 0 43 56 2F D 4B 1E
Octal 206 54 23 0 103 126 57 15 113 36
Binary 10000110 101100 10011 0 1000011 1010110 101111 1101 1001011 11110

Color Harmonies of #862C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C13

Black with #862C13

Text Example


Text Example

White with #862C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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