Html Css Color HEX #863314 Burnt Umber

📋 copy color: '#863314'

red 134 ◦ green 51 ◦ blue 20

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

Shades of Burnt Umber #863314

Tints of Burnt Umber #863314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.88%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 65.37%
G = 24.88%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#863314 (or 0x863314) is known color: Burnt Umber. HEX triplet: 86, 33 and 14. RGB value is (134,51,20). Sum of RGB (Red+Green+Blue) = 134+51+20=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #863314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863314 is #79CCEB. Grayscale: #484848. Windows color (decimal): -7982316 or 1323910. OLE color: 1323910.

HSL color Cylindrical-coordinate representation of color #863314: hue angle of 16.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #863314 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 20 -
CMYK 0 0.62 0.85 0.47
HSL 16.32º 0.74% 0.3% -
HSV(B) 16.32º 0.85% 0.53% -
XYZ 11.14 7.49 1.52 -
YUV 72.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 134 51 20 0 0.62 0.85 0.47 16.32 0.74 0.3
Hex 86 33 14 0 3E 55 2F 10 4A 1E
Octal 206 63 24 0 76 125 57 20 112 36
Binary 10000110 110011 10100 0 111110 1010101 101111 10000 1001010 11110

Color Harmonies of #863314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863314

Black with #863314

Text Example


Text Example

White with #863314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863314; }

 p { color: rgb(134,51,20); }

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

background-color css

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

 a { background-color: rgb(134,51,20); }

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

border-color css

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

 span { border-color: rgb(134,51,20); }

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