Html Css Color HEX #862C1D Burnt Umber

📋 copy color: '#862C1D'

red 134 ◦ green 44 ◦ blue 29

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

Shades of Burnt Umber #862C1D

Tints of Burnt Umber #862C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 64.73%
G = 21.26%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#862C1D (or 0x862C1D) is known color: Burnt Umber. HEX triplet: 86, 2C and 1D. RGB value is (134,44,29). Sum of RGB (Red+Green+Blue) = 134+44+29=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #862C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C1D is #79D3E2. Grayscale: #454545. Windows color (decimal): -7984099 or 1911942. OLE color: 1911942.

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

Color convert

RGB 134 44 29 -
CMYK 0 0.67 0.78 0.47
HSL 8.57º 0.64% 0.32% -
HSV(B) 8.57º 0.78% 0.53% -
XYZ 10.95 6.96 1.93 -
YUV 69.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 134 44 29 0 0.67 0.78 0.47 8.57 0.64 0.32
Hex 86 2C 1D 0 43 4E 2F 9 40 20
Octal 206 54 35 0 103 116 57 11 100 40
Binary 10000110 101100 11101 0 1000011 1001110 101111 1001 1000000 100000

Color Harmonies of #862C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C1D

Black with #862C1D

Text Example


Text Example

White with #862C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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