Html Css Color HEX #863216 Burnt Umber

📋 copy color: '#863216'

red 134 ◦ green 50 ◦ blue 22

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

Shades of Burnt Umber #863216

Tints of Burnt Umber #863216

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 65.05%
G = 24.27%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863216 (or 0x863216) is known color: Burnt Umber. HEX triplet: 86, 32 and 16. RGB value is (134,50,22). Sum of RGB (Red+Green+Blue) = 134+50+22=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #863216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863216 is #79CDE9. Grayscale: #484848. Windows color (decimal): -7982570 or 1454726. OLE color: 1454726.

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

Color convert

RGB 134 50 22 -
CMYK 0 0.63 0.84 0.47
HSL 15º 0.72% 0.31% -
HSV(B) 15º 0.84% 0.53% -
XYZ 11.12 7.41 1.6 -
YUV 71.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 134 50 22 0 0.63 0.84 0.47 15 0.72 0.31
Hex 86 32 16 0 3F 54 2F F 48 1F
Octal 206 62 26 0 77 124 57 17 110 37
Binary 10000110 110010 10110 0 111111 1010100 101111 1111 1001000 11111

Color Harmonies of #863216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863216

Black with #863216

Text Example


Text Example

White with #863216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863216; }

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

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

background-color css

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

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

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

border-color css

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

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

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