Html Css Color HEX #863820 Burnt Umber

📋 copy color: '#863820'

red 134 ◦ green 56 ◦ blue 32

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

Shades of Burnt Umber #863820

Tints of Burnt Umber #863820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 60.36%
G = 25.23%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#863820 (or 0x863820) is known color: Burnt Umber. HEX triplet: 86, 38 and 20. RGB value is (134,56,32). Sum of RGB (Red+Green+Blue) = 134+56+32=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863820 is #79C7DF. Grayscale: #4C4C4C. Windows color (decimal): -7981024 or 2111622. OLE color: 2111622.

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

Color convert

RGB 134 56 32 -
CMYK 0 0.58 0.76 0.47
HSL 14.12º 0.61% 0.33% -
HSV(B) 14.12º 0.76% 0.53% -
XYZ 11.51 8 2.3 -
YUV 76.59 102.84 168.95 -
System Red Green Blue C M Y K H S L
Decimal 134 56 32 0 0.58 0.76 0.47 14.12 0.61 0.33
Hex 86 38 20 0 3A 4C 2F E 3D 21
Octal 206 70 40 0 72 114 57 16 75 41
Binary 10000110 111000 100000 0 111010 1001100 101111 1110 111101 100001

Color Harmonies of #863820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863820

Black with #863820

Text Example


Text Example

White with #863820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863820; }

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

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

background-color css

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

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

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

border-color css

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

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

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