Html Css Color HEX #862710 Burnt Umber

📋 copy color: '#862710'

red 134 ◦ green 39 ◦ blue 16

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

Shades of Burnt Umber #862710

Tints of Burnt Umber #862710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.47%

R = 70.9%
G = 20.63%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#862710 (or 0x862710) is known color: Burnt Umber. HEX triplet: 86, 27 and 10. RGB value is (134,39,16). Sum of RGB (Red+Green+Blue) = 134+39+16=189 (25% of max value = 765). Red value is 134 (52.73% from 255 or 70.90% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 134 - color contains mainly: red. Hex color #862710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862710 is #79D8EF. Grayscale: #404040. Windows color (decimal): -7985392 or 1058694. OLE color: 1058694.

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

Color convert

RGB 134 39 16 -
CMYK 0 0.71 0.88 0.47
HSL 11.69º 0.79% 0.29% -
HSV(B) 11.69º 0.88% 0.53% -
XYZ 10.65 6.56 1.19 -
YUV 64.78 100.47 177.37 -
System Red Green Blue C M Y K H S L
Decimal 134 39 16 0 0.71 0.88 0.47 11.69 0.79 0.29
Hex 86 27 10 0 47 58 2F C 4F 1D
Octal 206 47 20 0 107 130 57 14 117 35
Binary 10000110 100111 10000 0 1000111 1011000 101111 1100 1001111 11101

Color Harmonies of #862710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862710

Black with #862710

Text Example


Text Example

White with #862710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862710; }

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

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

background-color css

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

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

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

border-color css

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

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

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