Html Css Color HEX #863516 Burnt Umber

📋 copy color: '#863516'

red 134 ◦ green 53 ◦ blue 22

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

Shades of Burnt Umber #863516

Tints of Burnt Umber #863516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.36%

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

R = 64.11%
G = 25.36%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863516 (or 0x863516) is known color: Burnt Umber. HEX triplet: 86, 35 and 16. RGB value is (134,53,22). Sum of RGB (Red+Green+Blue) = 134+53+22=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #863516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863516 is #79CAE9. Grayscale: #494949. Windows color (decimal): -7981802 or 1455494. OLE color: 1455494.

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

Color convert

RGB 134 53 22 -
CMYK 0 0.60 0.84 0.47
HSL 16.61º 0.72% 0.31% -
HSV(B) 16.61º 0.84% 0.53% -
XYZ 11.25 7.67 1.65 -
YUV 73.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 134 53 22 0 0.60 0.84 0.47 16.61 0.72 0.31
Hex 86 35 16 0 3C 54 2F 11 48 1F
Octal 206 65 26 0 74 124 57 21 110 37
Binary 10000110 110101 10110 0 111100 1010100 101111 10001 1001000 11111

Color Harmonies of #863516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863516

Black with #863516

Text Example


Text Example

White with #863516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863516; }

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

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

background-color css

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

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

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

border-color css

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

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

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