Html Css Color HEX #862715 Burnt Umber

📋 copy color: '#862715'

red 134 ◦ green 39 ◦ blue 21

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

Shades of Burnt Umber #862715

Tints of Burnt Umber #862715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 69.07%
G = 20.1%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862715 (or 0x862715) is known color: Burnt Umber. HEX triplet: 86, 27 and 15. RGB value is (134,39,21). Sum of RGB (Red+Green+Blue) = 134+39+21=194 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.07% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 134 - color contains mainly: red. Hex color #862715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862715 is #79D8EA. Grayscale: #414141. Windows color (decimal): -7985387 or 1386374. OLE color: 1386374.

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

Color convert

RGB 134 39 21 -
CMYK 0 0.71 0.84 0.47
HSL 9.56º 0.73% 0.3% -
HSV(B) 9.56º 0.84% 0.53% -
XYZ 10.69 6.57 1.41 -
YUV 65.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 134 39 21 0 0.71 0.84 0.47 9.56 0.73 0.3
Hex 86 27 15 0 47 54 2F A 49 1E
Octal 206 47 25 0 107 124 57 12 111 36
Binary 10000110 100111 10101 0 1000111 1010100 101111 1010 1001001 11110

Color Harmonies of #862715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862715

Black with #862715

Text Example


Text Example

White with #862715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862715; }

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

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

background-color css

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

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

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

border-color css

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

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

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