Html Css Color HEX #862D20 Burnt Umber

📋 copy color: '#862D20'

red 134 ◦ green 45 ◦ blue 32

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

Shades of Burnt Umber #862D20

Tints of Burnt Umber #862D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.17%

R = 63.51%
G = 21.33%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#862D20 (or 0x862D20) is known color: Burnt Umber. HEX triplet: 86, 2D and 20. RGB value is (134,45,32). Sum of RGB (Red+Green+Blue) = 134+45+32=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D20 is #79D2DF. Grayscale: #464646. Windows color (decimal): -7983840 or 2108806. OLE color: 2108806.

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

Color convert

RGB 134 45 32 -
CMYK 0 0.66 0.76 0.47
HSL 7.65º 0.61% 0.33% -
HSV(B) 7.65º 0.76% 0.53% -
XYZ 11.03 7.05 2.15 -
YUV 70.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 134 45 32 0 0.66 0.76 0.47 7.65 0.61 0.33
Hex 86 2D 20 0 42 4C 2F 8 3D 21
Octal 206 55 40 0 102 114 57 10 75 41
Binary 10000110 101101 100000 0 1000010 1001100 101111 1000 111101 100001

Color Harmonies of #862D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D20

Black with #862D20

Text Example


Text Example

White with #862D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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