Html Css Color HEX #862D1B Burnt Umber

📋 copy color: '#862D1B'

red 134 ◦ green 45 ◦ blue 27

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

Shades of Burnt Umber #862D1B

Tints of Burnt Umber #862D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.11%

R = 65.05%
G = 21.84%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#862D1B (or 0x862D1B) is known color: Burnt Umber. HEX triplet: 86, 2D and 1B. RGB value is (134,45,27). Sum of RGB (Red+Green+Blue) = 134+45+27=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #862D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D1B is #79D2E4. Grayscale: #454545. Windows color (decimal): -7983845 or 1781126. OLE color: 1781126.

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

Color convert

RGB 134 45 27 -
CMYK 0 0.66 0.80 0.47
HSL 10.09º 0.66% 0.32% -
HSV(B) 10.09º 0.8% 0.53% -
XYZ 10.97 7.02 1.81 -
YUV 69.56 103.99 173.96 -
System Red Green Blue C M Y K H S L
Decimal 134 45 27 0 0.66 0.80 0.47 10.09 0.66 0.32
Hex 86 2D 1B 0 42 50 2F A 42 20
Octal 206 55 33 0 102 120 57 12 102 40
Binary 10000110 101101 11011 0 1000010 1010000 101111 1010 1000010 100000

Color Harmonies of #862D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D1B

Black with #862D1B

Text Example


Text Example

White with #862D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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