Html Css Color HEX #862F14 Burnt Umber

📋 copy color: '#862F14'

red 134 ◦ green 47 ◦ blue 20

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

Shades of Burnt Umber #862F14

Tints of Burnt Umber #862F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.38%

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

R = 66.67%
G = 23.38%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#862F14 (or 0x862F14) is known color: Burnt Umber. HEX triplet: 86, 2F and 14. RGB value is (134,47,20). Sum of RGB (Red+Green+Blue) = 134+47+20=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #862F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F14 is #79D0EB. Grayscale: #464646. Windows color (decimal): -7983340 or 1322886. OLE color: 1322886.

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

Color convert

RGB 134 47 20 -
CMYK 0 0.65 0.85 0.47
HSL 14.21º 0.74% 0.3% -
HSV(B) 14.21º 0.85% 0.53% -
XYZ 10.97 7.15 1.46 -
YUV 69.94 99.82 173.7 -
System Red Green Blue C M Y K H S L
Decimal 134 47 20 0 0.65 0.85 0.47 14.21 0.74 0.3
Hex 86 2F 14 0 41 55 2F E 4A 1E
Octal 206 57 24 0 101 125 57 16 112 36
Binary 10000110 101111 10100 0 1000001 1010101 101111 1110 1001010 11110

Color Harmonies of #862F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F14

Black with #862F14

Text Example


Text Example

White with #862F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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