Html Css Color HEX #862713 Burnt Umber

📋 copy color: '#862713'

red 134 ◦ green 39 ◦ blue 19

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

Shades of Burnt Umber #862713

Tints of Burnt Umber #862713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.31%

 BLUE value IS 19 (7.81% from 255) = 9.9%

R = 69.79%
G = 20.31%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#862713 (or 0x862713) is known color: Burnt Umber. HEX triplet: 86, 27 and 13. RGB value is (134,39,19). Sum of RGB (Red+Green+Blue) = 134+39+19=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 39 (15.62% from 255 or 20.31% from 192); Blue value is 19 (7.81% from 255 or 9.90% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #862713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862713 is #79D8EC. Grayscale: #414141. Windows color (decimal): -7985389 or 1255302. OLE color: 1255302.

HSL color Cylindrical-coordinate representation of color #862713: hue angle of 10.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #862713 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 39 19 -
CMYK 0 0.71 0.86 0.47
HSL 10.43º 0.75% 0.3% -
HSV(B) 10.43º 0.86% 0.53% -
XYZ 10.67 6.57 1.32 -
YUV 65.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 134 39 19 0 0.71 0.86 0.47 10.43 0.75 0.3
Hex 86 27 13 0 47 56 2F A 4B 1E
Octal 206 47 23 0 107 126 57 12 113 36
Binary 10000110 100111 10011 0 1000111 1010110 101111 1010 1001011 11110

Color Harmonies of #862713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862713

Black with #862713

Text Example


Text Example

White with #862713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862713; }

 p { color: rgb(134,39,19); }

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

background-color css

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

 a { background-color: rgb(134,39,19); }

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

border-color css

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

 span { border-color: rgb(134,39,19); }

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