Html Css Color HEX #863020 Burnt Umber

📋 copy color: '#863020'

red 134 ◦ green 48 ◦ blue 32

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

Shades of Burnt Umber #863020

Tints of Burnt Umber #863020

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.43%

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

R = 62.62%
G = 22.43%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#863020 (or 0x863020) is known color: Burnt Umber. HEX triplet: 86, 30 and 20. RGB value is (134,48,32). Sum of RGB (Red+Green+Blue) = 134+48+32=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #863020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863020 is #79CFDF. Grayscale: #484848. Windows color (decimal): -7983072 or 2109574. OLE color: 2109574.

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

Color convert

RGB 134 48 32 -
CMYK 0 0.64 0.76 0.47
HSL 9.41º 0.61% 0.33% -
HSV(B) 9.41º 0.76% 0.53% -
XYZ 11.15 7.29 2.19 -
YUV 71.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 134 48 32 0 0.64 0.76 0.47 9.41 0.61 0.33
Hex 86 30 20 0 40 4C 2F 9 3D 21
Octal 206 60 40 0 100 114 57 11 75 41
Binary 10000110 110000 100000 0 1000000 1001100 101111 1001 111101 100001

Color Harmonies of #863020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863020

Black with #863020

Text Example


Text Example

White with #863020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863020; }

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

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

background-color css

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

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

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

border-color css

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

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

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