Html Css Color HEX #863520 Burnt Umber

📋 copy color: '#863520'

red 134 ◦ green 53 ◦ blue 32

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

Shades of Burnt Umber #863520

Tints of Burnt Umber #863520

RGB

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

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

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

R = 61.19%
G = 24.2%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#863520 (or 0x863520) is known color: Burnt Umber. HEX triplet: 86, 35 and 20. RGB value is (134,53,32). Sum of RGB (Red+Green+Blue) = 134+53+32=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863520 is #79CADF. Grayscale: #4A4A4A. Windows color (decimal): -7981792 or 2110854. OLE color: 2110854.

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

Color convert

RGB 134 53 32 -
CMYK 0 0.60 0.76 0.47
HSL 12.35º 0.61% 0.33% -
HSV(B) 12.35º 0.76% 0.53% -
XYZ 11.37 7.72 2.26 -
YUV 74.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 134 53 32 0 0.60 0.76 0.47 12.35 0.61 0.33
Hex 86 35 20 0 3C 4C 2F C 3D 21
Octal 206 65 40 0 74 114 57 14 75 41
Binary 10000110 110101 100000 0 111100 1001100 101111 1100 111101 100001

Color Harmonies of #863520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863520

Black with #863520

Text Example


Text Example

White with #863520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863520; }

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

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

background-color css

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

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

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

border-color css

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

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

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