Html Css Color HEX #862F1D Burnt Umber

📋 copy color: '#862F1D'

red 134 ◦ green 47 ◦ blue 29

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

Shades of Burnt Umber #862F1D

Tints of Burnt Umber #862F1D

RGB

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

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

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

R = 63.81%
G = 22.38%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#862F1D (or 0x862F1D) is known color: Burnt Umber. HEX triplet: 86, 2F and 1D. RGB value is (134,47,29). Sum of RGB (Red+Green+Blue) = 134+47+29=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #862F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F1D is #79D0E2. Grayscale: #474747. Windows color (decimal): -7983331 or 1912710. OLE color: 1912710.

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

Color convert

RGB 134 47 29 -
CMYK 0 0.65 0.78 0.47
HSL 10.29º 0.64% 0.32% -
HSV(B) 10.29º 0.78% 0.53% -
XYZ 11.07 7.19 1.97 -
YUV 70.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 134 47 29 0 0.65 0.78 0.47 10.29 0.64 0.32
Hex 86 2F 1D 0 41 4E 2F A 40 20
Octal 206 57 35 0 101 116 57 12 100 40
Binary 10000110 101111 11101 0 1000001 1001110 101111 1010 1000000 100000

Color Harmonies of #862F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F1D

Black with #862F1D

Text Example


Text Example

White with #862F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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