Html Css Color HEX #863115 Burnt Umber

📋 copy color: '#863115'

red 134 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #863115

Tints of Burnt Umber #863115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.02%

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

R = 65.69%
G = 24.02%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863115 (or 0x863115) is known color: Burnt Umber. HEX triplet: 86, 31 and 15. RGB value is (134,49,21). Sum of RGB (Red+Green+Blue) = 134+49+21=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 49 (19.53% from 255 or 24.02% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863115 is #79CEEA. Grayscale: #474747. Windows color (decimal): -7982827 or 1388934. OLE color: 1388934.

HSL color Cylindrical-coordinate representation of color #863115: hue angle of 14.87º 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 #863115 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 21 -
CMYK 0 0.63 0.84 0.47
HSL 14.87º 0.73% 0.3% -
HSV(B) 14.87º 0.84% 0.53% -
XYZ 11.07 7.32 1.54 -
YUV 71.22 99.66 172.78 -
System Red Green Blue C M Y K H S L
Decimal 134 49 21 0 0.63 0.84 0.47 14.87 0.73 0.3
Hex 86 31 15 0 3F 54 2F F 49 1E
Octal 206 61 25 0 77 124 57 17 111 36
Binary 10000110 110001 10101 0 111111 1010100 101111 1111 1001001 11110

Color Harmonies of #863115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863115

Black with #863115

Text Example


Text Example

White with #863115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863115; }

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

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

background-color css

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

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

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

border-color css

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

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

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