Html Css Color HEX #862815 Burnt Umber

📋 copy color: '#862815'

red 134 ◦ green 40 ◦ blue 21

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

Shades of Burnt Umber #862815

Tints of Burnt Umber #862815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

 BLUE value IS 21 (8.59% from 255) = 10.77%

R = 68.72%
G = 20.51%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862815 (or 0x862815) is known color: Burnt Umber. HEX triplet: 86, 28 and 15. RGB value is (134,40,21). Sum of RGB (Red+Green+Blue) = 134+40+21=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #862815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862815 is #79D7EA. Grayscale: #424242. Windows color (decimal): -7985131 or 1386630. OLE color: 1386630.

HSL color Cylindrical-coordinate representation of color #862815: hue angle of 10.09º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #862815 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 40 21 -
CMYK 0 0.70 0.84 0.47
HSL 10.09º 0.73% 0.3% -
HSV(B) 10.09º 0.84% 0.53% -
XYZ 10.73 6.64 1.43 -
YUV 65.94 102.64 176.54 -
System Red Green Blue C M Y K H S L
Decimal 134 40 21 0 0.70 0.84 0.47 10.09 0.73 0.3
Hex 86 28 15 0 46 54 2F A 49 1E
Octal 206 50 25 0 106 124 57 12 111 36
Binary 10000110 101000 10101 0 1000110 1010100 101111 1010 1001001 11110

Color Harmonies of #862815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862815

Black with #862815

Text Example


Text Example

White with #862815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862815; }

 p { color: rgb(134,40,21); }

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

background-color css

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

 a { background-color: rgb(134,40,21); }

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

border-color css

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

 span { border-color: rgb(134,40,21); }

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