Html Css Color HEX #863420 Burnt Umber

📋 copy color: '#863420'

red 134 ◦ green 52 ◦ blue 32

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

Shades of Burnt Umber #863420

Tints of Burnt Umber #863420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 61.47%
G = 23.85%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#863420 (or 0x863420) is known color: Burnt Umber. HEX triplet: 86, 34 and 20. RGB value is (134,52,32). Sum of RGB (Red+Green+Blue) = 134+52+32=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #863420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863420 is #79CBDF. Grayscale: #4A4A4A. Windows color (decimal): -7982048 or 2110598. OLE color: 2110598.

HSL color Cylindrical-coordinate representation of color #863420: hue angle of 11.76º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863420 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 32 -
CMYK 0 0.61 0.76 0.47
HSL 11.76º 0.61% 0.33% -
HSV(B) 11.76º 0.76% 0.53% -
XYZ 11.32 7.63 2.24 -
YUV 74.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 134 52 32 0 0.61 0.76 0.47 11.76 0.61 0.33
Hex 86 34 20 0 3D 4C 2F C 3D 21
Octal 206 64 40 0 75 114 57 14 75 41
Binary 10000110 110100 100000 0 111101 1001100 101111 1100 111101 100001

Color Harmonies of #863420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863420

Black with #863420

Text Example


Text Example

White with #863420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863420; }

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

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

background-color css

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

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

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

border-color css

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

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

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