Html Css Color HEX #863416 Burnt Umber

📋 copy color: '#863416'

red 134 ◦ green 52 ◦ blue 22

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

Shades of Burnt Umber #863416

Tints of Burnt Umber #863416

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

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

R = 64.42%
G = 25%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863416 (or 0x863416) is known color: Burnt Umber. HEX triplet: 86, 34 and 16. RGB value is (134,52,22). Sum of RGB (Red+Green+Blue) = 134+52+22=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863416 is #79CBE9. Grayscale: #494949. Windows color (decimal): -7982058 or 1455238. OLE color: 1455238.

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

Color convert

RGB 134 52 22 -
CMYK 0 0.61 0.84 0.47
HSL 16.07º 0.72% 0.31% -
HSV(B) 16.07º 0.84% 0.53% -
XYZ 11.2 7.58 1.63 -
YUV 73.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 134 52 22 0 0.61 0.84 0.47 16.07 0.72 0.31
Hex 86 34 16 0 3D 54 2F 10 48 1F
Octal 206 64 26 0 75 124 57 20 110 37
Binary 10000110 110100 10110 0 111101 1010100 101111 10000 1001000 11111

Color Harmonies of #863416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863416

Black with #863416

Text Example


Text Example

White with #863416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863416; }

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

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

background-color css

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

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

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

border-color css

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

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

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