Html Css Color HEX #86351D Burnt Umber

📋 copy color: '#86351D'

red 134 ◦ green 53 ◦ blue 29

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

Shades of Burnt Umber #86351D

Tints of Burnt Umber #86351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.54%

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

R = 62.04%
G = 24.54%
B = 13.43%

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

#86351D (or 0x86351D) is known color: Burnt Umber. HEX triplet: 86, 35 and 1D. RGB value is (134,53,29). Sum of RGB (Red+Green+Blue) = 134+53+29=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #86351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86351D is #79CAE2. Grayscale: #4A4A4A. Windows color (decimal): -7981795 or 1914246. OLE color: 1914246.

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

Color convert

RGB 134 53 29 -
CMYK 0 0.60 0.78 0.47
HSL 13.71º 0.64% 0.32% -
HSV(B) 13.71º 0.78% 0.53% -
XYZ 11.33 7.7 2.05 -
YUV 74.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 134 53 29 0 0.60 0.78 0.47 13.71 0.64 0.32
Hex 86 35 1D 0 3C 4E 2F E 40 20
Octal 206 65 35 0 74 116 57 16 100 40
Binary 10000110 110101 11101 0 111100 1001110 101111 1110 1000000 100000

Color Harmonies of #86351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86351D

Black with #86351D

Text Example


Text Example

White with #86351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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