Html Css Color HEX #862E12 Burnt Umber

📋 copy color: '#862E12'

red 134 ◦ green 46 ◦ blue 18

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

Shades of Burnt Umber #862E12

Tints of Burnt Umber #862E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.23%

 BLUE value IS 18 (7.42% from 255) = 9.09%

R = 67.68%
G = 23.23%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862E12 (or 0x862E12) is known color: Burnt Umber. HEX triplet: 86, 2E and 12. RGB value is (134,46,18). Sum of RGB (Red+Green+Blue) = 134+46+18=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 18 (7.42% from 255 or 9.09% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #862E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862E12 is #79D1ED. Grayscale: #454545. Windows color (decimal): -7983598 or 1191558. OLE color: 1191558.

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

Color convert

RGB 134 46 18 -
CMYK 0 0.66 0.87 0.47
HSL 14.48º 0.76% 0.3% -
HSV(B) 14.48º 0.87% 0.53% -
XYZ 10.92 7.07 1.36 -
YUV 69.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 134 46 18 0 0.66 0.87 0.47 14.48 0.76 0.3
Hex 86 2E 12 0 42 57 2F E 4C 1E
Octal 206 56 22 0 102 127 57 16 114 36
Binary 10000110 101110 10010 0 1000010 1010111 101111 1110 1001100 11110

Color Harmonies of #862E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862E12

Black with #862E12

Text Example


Text Example

White with #862E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,46,18); }

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

background-color css

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

 a { background-color: rgb(134,46,18); }

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

border-color css

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

 span { border-color: rgb(134,46,18); }

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