Html Css Color HEX #86331C Burnt Umber

📋 copy color: '#86331C'

red 134 ◦ green 51 ◦ blue 28

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

Shades of Burnt Umber #86331C

Tints of Burnt Umber #86331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.94%

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

R = 62.91%
G = 23.94%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#86331C (or 0x86331C) is known color: Burnt Umber. HEX triplet: 86, 33 and 1C. RGB value is (134,51,28). Sum of RGB (Red+Green+Blue) = 134+51+28=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86331C is #79CCE3. Grayscale: #494949. Windows color (decimal): -7982308 or 1848198. OLE color: 1848198.

HSL color Cylindrical-coordinate representation of color #86331C: hue angle of 13.02º 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 #86331C is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 51 28 -
CMYK 0 0.62 0.79 0.47
HSL 13.02º 0.65% 0.32% -
HSV(B) 13.02º 0.79% 0.53% -
XYZ 11.22 7.52 1.96 -
YUV 73.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 134 51 28 0 0.62 0.79 0.47 13.02 0.65 0.32
Hex 86 33 1C 0 3E 4F 2F D 41 20
Octal 206 63 34 0 76 117 57 15 101 40
Binary 10000110 110011 11100 0 111110 1001111 101111 1101 1000001 100000

Color Harmonies of #86331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86331C

Black with #86331C

Text Example


Text Example

White with #86331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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