Html Css Color HEX #863A20 Burnt Umber

📋 copy color: '#863A20'

red 134 ◦ green 58 ◦ blue 32

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

Shades of Burnt Umber #863A20

Tints of Burnt Umber #863A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.89%

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

R = 59.82%
G = 25.89%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#863A20 (or 0x863A20) is known color: Burnt Umber. HEX triplet: 86, 3A and 20. RGB value is (134,58,32). Sum of RGB (Red+Green+Blue) = 134+58+32=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 58 (23.05% from 255 or 25.89% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #863A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A20 is #79C5DF. Grayscale: #4D4D4D. Windows color (decimal): -7980512 or 2112134. OLE color: 2112134.

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

Color convert

RGB 134 58 32 -
CMYK 0 0.57 0.76 0.47
HSL 15.29º 0.61% 0.33% -
HSV(B) 15.29º 0.76% 0.53% -
XYZ 11.61 8.2 2.34 -
YUV 77.76 102.18 168.11 -
System Red Green Blue C M Y K H S L
Decimal 134 58 32 0 0.57 0.76 0.47 15.29 0.61 0.33
Hex 86 3A 20 0 39 4C 2F F 3D 21
Octal 206 72 40 0 71 114 57 17 75 41
Binary 10000110 111010 100000 0 111001 1001100 101111 1111 111101 100001

Color Harmonies of #863A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A20

Black with #863A20

Text Example


Text Example

White with #863A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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