Html Css Color HEX #863B1D Burnt Umber

📋 copy color: '#863B1D'

red 134 ◦ green 59 ◦ blue 29

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

Shades of Burnt Umber #863B1D

Tints of Burnt Umber #863B1D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.58%

 BLUE value IS 29 (11.72% from 255) = 13.06%

R = 60.36%
G = 26.58%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#863B1D (or 0x863B1D) is known color: Burnt Umber. HEX triplet: 86, 3B and 1D. RGB value is (134,59,29). Sum of RGB (Red+Green+Blue) = 134+59+29=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 59 (23.44% from 255 or 26.58% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863B1D is #79C4E2. Grayscale: #4E4E4E. Windows color (decimal): -7980259 or 1915782. OLE color: 1915782.

HSL color Cylindrical-coordinate representation of color #863B1D: hue angle of 17.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #863B1D is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 59 29 -
CMYK 0 0.56 0.78 0.47
HSL 17.14º 0.64% 0.32% -
HSV(B) 17.14º 0.78% 0.53% -
XYZ 11.62 8.28 2.15 -
YUV 78.01 100.35 167.94 -
System Red Green Blue C M Y K H S L
Decimal 134 59 29 0 0.56 0.78 0.47 17.14 0.64 0.32
Hex 86 3B 1D 0 38 4E 2F 11 40 20
Octal 206 73 35 0 70 116 57 21 100 40
Binary 10000110 111011 11101 0 111000 1001110 101111 10001 1000000 100000

Color Harmonies of #863B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863B1D

Black with #863B1D

Text Example


Text Example

White with #863B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,59,29); }

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

background-color css

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

 a { background-color: rgb(134,59,29); }

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

border-color css

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

 span { border-color: rgb(134,59,29); }

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