Html Css Color HEX #862F22 Burnt Umber

📋 copy color: '#862F22'

red 134 ◦ green 47 ◦ blue 34

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

Shades of Burnt Umber #862F22

Tints of Burnt Umber #862F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.81%

R = 62.33%
G = 21.86%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#862F22 (or 0x862F22) is known color: Burnt Umber. HEX triplet: 86, 2F and 22. RGB value is (134,47,34). Sum of RGB (Red+Green+Blue) = 134+47+34=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 34 (13.67% from 255 or 15.81% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #862F22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F22 is #79D0DD. Grayscale: #474747. Windows color (decimal): -7983326 or 2240390. OLE color: 2240390.

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

Color convert

RGB 134 47 34 -
CMYK 0 0.65 0.75 0.47
HSL 7.8º 0.6% 0.33% -
HSV(B) 7.8º 0.75% 0.53% -
XYZ 11.14 7.22 2.32 -
YUV 71.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 134 47 34 0 0.65 0.75 0.47 7.8 0.6 0.33
Hex 86 2F 22 0 41 4B 2F 8 3C 21
Octal 206 57 42 0 101 113 57 10 74 41
Binary 10000110 101111 100010 0 1000001 1001011 101111 1000 111100 100001

Color Harmonies of #862F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F22

Black with #862F22

Text Example


Text Example

White with #862F22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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