Html Css Color HEX #863215 Burnt Umber

📋 copy color: '#863215'

red 134 ◦ green 50 ◦ blue 21

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

Shades of Burnt Umber #863215

Tints of Burnt Umber #863215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 65.37%
G = 24.39%
B = 10.24%

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

#863215 (or 0x863215) is known color: Burnt Umber. HEX triplet: 86, 32 and 15. RGB value is (134,50,21). Sum of RGB (Red+Green+Blue) = 134+50+21=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863215 is #79CDEA. Grayscale: #484848. Windows color (decimal): -7982571 or 1389190. OLE color: 1389190.

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

Color convert

RGB 134 50 21 -
CMYK 0 0.63 0.84 0.47
HSL 15.4º 0.73% 0.3% -
HSV(B) 15.4º 0.84% 0.53% -
XYZ 11.11 7.4 1.55 -
YUV 71.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 134 50 21 0 0.63 0.84 0.47 15.4 0.73 0.3
Hex 86 32 15 0 3F 54 2F F 49 1E
Octal 206 62 25 0 77 124 57 17 111 36
Binary 10000110 110010 10101 0 111111 1010100 101111 1111 1001001 11110

Color Harmonies of #863215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863215

Black with #863215

Text Example


Text Example

White with #863215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863215; }

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

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

background-color css

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

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

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

border-color css

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

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

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