Html Css Color HEX #862D1F Burnt Umber

📋 copy color: '#862D1F'

red 134 ◦ green 45 ◦ blue 31

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

Shades of Burnt Umber #862D1F

Tints of Burnt Umber #862D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.76%

R = 63.81%
G = 21.43%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.47

RGB Variations

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

Color information

#862D1F (or 0x862D1F) is known color: Burnt Umber. HEX triplet: 86, 2D and 1F. RGB value is (134,45,31). Sum of RGB (Red+Green+Blue) = 134+45+31=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #862D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D1F is #79D2E0. Grayscale: #464646. Windows color (decimal): -7983841 or 2043270. OLE color: 2043270.

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

Color convert

RGB 134 45 31 -
CMYK 0 0.66 0.77 0.47
HSL 8.16º 0.62% 0.32% -
HSV(B) 8.16º 0.77% 0.53% -
XYZ 11.02 7.04 2.08 -
YUV 70.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 134 45 31 0 0.66 0.77 0.47 8.16 0.62 0.32
Hex 86 2D 1F 0 42 4D 2F 8 3E 20
Octal 206 55 37 0 102 115 57 10 76 40
Binary 10000110 101101 11111 0 1000010 1001101 101111 1000 111110 100000

Color Harmonies of #862D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D1F

Black with #862D1F

Text Example


Text Example

White with #862D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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