Html Css Color HEX #862C14 Burnt Umber

📋 copy color: '#862C14'

red 134 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #862C14

Tints of Burnt Umber #862C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.1%

R = 67.68%
G = 22.22%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#862C14 (or 0x862C14) is known color: Burnt Umber. HEX triplet: 86, 2C and 14. RGB value is (134,44,20). Sum of RGB (Red+Green+Blue) = 134+44+20=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 44 (17.58% from 255 or 22.22% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862C14 is #79D3EB. Grayscale: #444444. Windows color (decimal): -7984108 or 1322118. OLE color: 1322118.

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

Color convert

RGB 134 44 20 -
CMYK 0 0.67 0.85 0.47
HSL 12.63º 0.74% 0.3% -
HSV(B) 12.63º 0.85% 0.53% -
XYZ 10.86 6.92 1.43 -
YUV 68.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 134 44 20 0 0.67 0.85 0.47 12.63 0.74 0.3
Hex 86 2C 14 0 43 55 2F D 4A 1E
Octal 206 54 24 0 103 125 57 15 112 36
Binary 10000110 101100 10100 0 1000011 1010101 101111 1101 1001010 11110

Color Harmonies of #862C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C14

Black with #862C14

Text Example


Text Example

White with #862C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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