Html Css Color HEX #863015 Burnt Umber

📋 copy color: '#863015'

red 134 ◦ green 48 ◦ blue 21

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

Shades of Burnt Umber #863015

Tints of Burnt Umber #863015

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

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

R = 66.01%
G = 23.65%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863015 (or 0x863015) is known color: Burnt Umber. HEX triplet: 86, 30 and 15. RGB value is (134,48,21). Sum of RGB (Red+Green+Blue) = 134+48+21=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #863015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863015 is #79CFEA. Grayscale: #464646. Windows color (decimal): -7983083 or 1388678. OLE color: 1388678.

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

Color convert

RGB 134 48 21 -
CMYK 0 0.64 0.84 0.47
HSL 14.34º 0.73% 0.3% -
HSV(B) 14.34º 0.84% 0.53% -
XYZ 11.02 7.24 1.53 -
YUV 70.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 134 48 21 0 0.64 0.84 0.47 14.34 0.73 0.3
Hex 86 30 15 0 40 54 2F E 49 1E
Octal 206 60 25 0 100 124 57 16 111 36
Binary 10000110 110000 10101 0 1000000 1010100 101111 1110 1001001 11110

Color Harmonies of #863015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863015

Black with #863015

Text Example


Text Example

White with #863015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863015; }

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

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

background-color css

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

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

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

border-color css

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

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

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