Html Css Color HEX #862D14 Burnt Umber

📋 copy color: '#862D14'

red 134 ◦ green 45 ◦ blue 20

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

Shades of Burnt Umber #862D14

Tints of Burnt Umber #862D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.61%

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

R = 67.34%
G = 22.61%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#862D14 (or 0x862D14) is known color: Burnt Umber. HEX triplet: 86, 2D and 14. RGB value is (134,45,20). Sum of RGB (Red+Green+Blue) = 134+45+20=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #862D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D14 is #79D2EB. Grayscale: #444444. Windows color (decimal): -7983852 or 1322374. OLE color: 1322374.

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

Color convert

RGB 134 45 20 -
CMYK 0 0.66 0.85 0.47
HSL 13.16º 0.74% 0.3% -
HSV(B) 13.16º 0.85% 0.53% -
XYZ 10.9 7 1.44 -
YUV 68.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 134 45 20 0 0.66 0.85 0.47 13.16 0.74 0.3
Hex 86 2D 14 0 42 55 2F D 4A 1E
Octal 206 55 24 0 102 125 57 15 112 36
Binary 10000110 101101 10100 0 1000010 1010101 101111 1101 1001010 11110

Color Harmonies of #862D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D14

Black with #862D14

Text Example


Text Example

White with #862D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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