Html Css Color HEX #86361D Burnt Umber

📋 copy color: '#86361D'

red 134 ◦ green 54 ◦ blue 29

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

Shades of Burnt Umber #86361D

Tints of Burnt Umber #86361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.88%

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

R = 61.75%
G = 24.88%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#86361D (or 0x86361D) is known color: Burnt Umber. HEX triplet: 86, 36 and 1D. RGB value is (134,54,29). Sum of RGB (Red+Green+Blue) = 134+54+29=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #86361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86361D is #79C9E2. Grayscale: #4B4B4B. Windows color (decimal): -7981539 or 1914502. OLE color: 1914502.

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

Color convert

RGB 134 54 29 -
CMYK 0 0.60 0.78 0.47
HSL 14.29º 0.64% 0.32% -
HSV(B) 14.29º 0.78% 0.53% -
XYZ 11.37 7.8 2.07 -
YUV 75.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 134 54 29 0 0.60 0.78 0.47 14.29 0.64 0.32
Hex 86 36 1D 0 3C 4E 2F E 40 20
Octal 206 66 35 0 74 116 57 16 100 40
Binary 10000110 110110 11101 0 111100 1001110 101111 1110 1000000 100000

Color Harmonies of #86361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86361D

Black with #86361D

Text Example


Text Example

White with #86361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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