Html Css Color HEX #862F29 Burnt Umber

📋 copy color: '#862F29'

red 134 ◦ green 47 ◦ blue 41

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

Shades of Burnt Umber #862F29

Tints of Burnt Umber #862F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.47%

R = 60.36%
G = 21.17%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#862F29 (or 0x862F29) is known color: Burnt Umber. HEX triplet: 86, 2F and 29. RGB value is (134,47,41). Sum of RGB (Red+Green+Blue) = 134+47+41=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #862F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F29 is #79D0D6. Grayscale: #484848. Windows color (decimal): -7983319 or 2699142. OLE color: 2699142.

HSL color Cylindrical-coordinate representation of color #862F29: hue angle of 3.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862F29 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 41 -
CMYK 0 0.65 0.69 0.47
HSL 3.87º 0.53% 0.34% -
HSV(B) 3.87º 0.69% 0.53% -
XYZ 11.25 7.26 2.91 -
YUV 72.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 134 47 41 0 0.65 0.69 0.47 3.87 0.53 0.34
Hex 86 2F 29 0 41 45 2F 4 35 22
Octal 206 57 51 0 101 105 57 4 65 42
Binary 10000110 101111 101001 0 1000001 1000101 101111 100 110101 100010

Color Harmonies of #862F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F29

Black with #862F29

Text Example


Text Example

White with #862F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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