Html Css Color HEX #862D15 Burnt Umber

📋 copy color: '#862D15'

red 134 ◦ green 45 ◦ blue 21

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

Shades of Burnt Umber #862D15

Tints of Burnt Umber #862D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.5%

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

R = 67%
G = 22.5%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#862D15 (or 0x862D15) is known color: Burnt Umber. HEX triplet: 86, 2D and 15. RGB value is (134,45,21). Sum of RGB (Red+Green+Blue) = 134+45+21=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #862D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862D15 is #79D2EA. Grayscale: #454545. Windows color (decimal): -7983851 or 1387910. OLE color: 1387910.

HSL color Cylindrical-coordinate representation of color #862D15: hue angle of 12.74º 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 #862D15 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 45 21 -
CMYK 0 0.66 0.84 0.47
HSL 12.74º 0.73% 0.3% -
HSV(B) 12.74º 0.84% 0.53% -
XYZ 10.91 7 1.49 -
YUV 68.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 134 45 21 0 0.66 0.84 0.47 12.74 0.73 0.3
Hex 86 2D 15 0 42 54 2F D 49 1E
Octal 206 55 25 0 102 124 57 15 111 36
Binary 10000110 101101 10101 0 1000010 1010100 101111 1101 1001001 11110

Color Harmonies of #862D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862D15

Black with #862D15

Text Example


Text Example

White with #862D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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