Html Css Color HEX #863013 Burnt Umber

📋 copy color: '#863013'

red 134 ◦ green 48 ◦ blue 19

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

Shades of Burnt Umber #863013

Tints of Burnt Umber #863013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.45%

R = 66.67%
G = 23.88%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#863013 (or 0x863013) is known color: Burnt Umber. HEX triplet: 86, 30 and 13. RGB value is (134,48,19). Sum of RGB (Red+Green+Blue) = 134+48+19=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 19 (7.81% from 255 or 9.45% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #863013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863013 is #79CFEC. Grayscale: #464646. Windows color (decimal): -7983085 or 1257606. OLE color: 1257606.

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

Color convert

RGB 134 48 19 -
CMYK 0 0.64 0.86 0.47
HSL 15.13º 0.75% 0.3% -
HSV(B) 15.13º 0.86% 0.53% -
XYZ 11.01 7.23 1.43 -
YUV 70.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 134 48 19 0 0.64 0.86 0.47 15.13 0.75 0.3
Hex 86 30 13 0 40 56 2F F 4B 1E
Octal 206 60 23 0 100 126 57 17 113 36
Binary 10000110 110000 10011 0 1000000 1010110 101111 1111 1001011 11110

Color Harmonies of #863013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863013

Black with #863013

Text Example


Text Example

White with #863013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863013; }

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

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

background-color css

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

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

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

border-color css

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

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

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