Html Css Color HEX #863019 Burnt Umber

📋 copy color: '#863019'

red 134 ◦ green 48 ◦ blue 25

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

Shades of Burnt Umber #863019

Tints of Burnt Umber #863019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.08%

R = 64.73%
G = 23.19%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#863019 (or 0x863019) is known color: Burnt Umber. HEX triplet: 86, 30 and 19. RGB value is (134,48,25). Sum of RGB (Red+Green+Blue) = 134+48+25=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 25 (10.16% from 255 or 12.08% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863019 is #79CFE6. Grayscale: #474747. Windows color (decimal): -7983079 or 1650822. OLE color: 1650822.

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

Color convert

RGB 134 48 25 -
CMYK 0 0.64 0.81 0.47
HSL 12.66º 0.69% 0.31% -
HSV(B) 12.66º 0.81% 0.53% -
XYZ 11.06 7.25 1.74 -
YUV 71.09 101.99 172.87 -
System Red Green Blue C M Y K H S L
Decimal 134 48 25 0 0.64 0.81 0.47 12.66 0.69 0.31
Hex 86 30 19 0 40 51 2F D 45 1F
Octal 206 60 31 0 100 121 57 15 105 37
Binary 10000110 110000 11001 0 1000000 1010001 101111 1101 1000101 11111

Color Harmonies of #863019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863019

Black with #863019

Text Example


Text Example

White with #863019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863019; }

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

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

background-color css

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

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

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

border-color css

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

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

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