Html Css Color HEX #863016 Burnt Umber

📋 copy color: '#863016'

red 134 ◦ green 48 ◦ blue 22

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

Shades of Burnt Umber #863016

Tints of Burnt Umber #863016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.78%

R = 65.69%
G = 23.53%
B = 10.78%

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

#863016 (or 0x863016) is known color: Burnt Umber. HEX triplet: 86, 30 and 16. RGB value is (134,48,22). Sum of RGB (Red+Green+Blue) = 134+48+22=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #863016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863016 is #79CFE9. Grayscale: #464646. Windows color (decimal): -7983082 or 1454214. OLE color: 1454214.

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

Color convert

RGB 134 48 22 -
CMYK 0 0.64 0.84 0.47
HSL 13.93º 0.72% 0.31% -
HSV(B) 13.93º 0.84% 0.53% -
XYZ 11.03 7.24 1.58 -
YUV 70.75 100.49 173.11 -
System Red Green Blue C M Y K H S L
Decimal 134 48 22 0 0.64 0.84 0.47 13.93 0.72 0.31
Hex 86 30 16 0 40 54 2F E 48 1F
Octal 206 60 26 0 100 124 57 16 110 37
Binary 10000110 110000 10110 0 1000000 1010100 101111 1110 1001000 11111

Color Harmonies of #863016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863016

Black with #863016

Text Example


Text Example

White with #863016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863016; }

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

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

background-color css

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

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

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

border-color css

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

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

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