Html Css Color HEX #862D1C Burnt Umber

📋 copy color: '#862D1C'

red 134 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #862D1C

Tints of Burnt Umber #862D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 64.73%
G = 21.74%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#862D1C (or 0x862D1C) is known color: Burnt Umber. HEX triplet: 86, 2D and 1C. RGB value is (134,45,28). Sum of RGB (Red+Green+Blue) = 134+45+28=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #862D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D1C is #79D2E3. Grayscale: #454545. Windows color (decimal): -7983844 or 1846662. OLE color: 1846662.

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

Color convert

RGB 134 45 28 -
CMYK 0 0.66 0.79 0.47
HSL 9.62º 0.65% 0.32% -
HSV(B) 9.62º 0.79% 0.53% -
XYZ 10.98 7.03 1.88 -
YUV 69.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 134 45 28 0 0.66 0.79 0.47 9.62 0.65 0.32
Hex 86 2D 1C 0 42 4F 2F A 41 20
Octal 206 55 34 0 102 117 57 12 101 40
Binary 10000110 101101 11100 0 1000010 1001111 101111 1010 1000001 100000

Color Harmonies of #862D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D1C

Black with #862D1C

Text Example


Text Example

White with #862D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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