Html Css Color HEX #86351C Burnt Umber

📋 copy color: '#86351C'

red 134 ◦ green 53 ◦ blue 28

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

Shades of Burnt Umber #86351C

Tints of Burnt Umber #86351C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 62.33%
G = 24.65%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86351C (or 0x86351C) is known color: Burnt Umber. HEX triplet: 86, 35 and 1C. RGB value is (134,53,28). Sum of RGB (Red+Green+Blue) = 134+53+28=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #86351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86351C is #79CAE3. Grayscale: #4A4A4A. Windows color (decimal): -7981796 or 1848710. OLE color: 1848710.

HSL color Cylindrical-coordinate representation of color #86351C: hue angle of 14.15º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86351C is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 28 -
CMYK 0 0.60 0.79 0.47
HSL 14.15º 0.65% 0.32% -
HSV(B) 14.15º 0.79% 0.53% -
XYZ 11.31 7.7 1.99 -
YUV 74.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 134 53 28 0 0.60 0.79 0.47 14.15 0.65 0.32
Hex 86 35 1C 0 3C 4F 2F E 41 20
Octal 206 65 34 0 74 117 57 16 101 40
Binary 10000110 110101 11100 0 111100 1001111 101111 1110 1000001 100000

Color Harmonies of #86351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86351C

Black with #86351C

Text Example


Text Example

White with #86351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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