Html Css Color HEX #862F12 Burnt Umber

📋 copy color: '#862F12'

red 134 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #862F12

Tints of Burnt Umber #862F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.62%

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 67.34%
G = 23.62%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#862F12 (or 0x862F12) is known color: Burnt Umber. HEX triplet: 86, 2F and 12. RGB value is (134,47,18). Sum of RGB (Red+Green+Blue) = 134+47+18=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #862F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #862F12 is #79D0ED. Grayscale: #454545. Windows color (decimal): -7983342 or 1191814. OLE color: 1191814.

HSL color Cylindrical-coordinate representation of color #862F12: hue angle of 15º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #862F12 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 18 -
CMYK 0 0.65 0.87 0.47
HSL 15º 0.76% 0.3% -
HSV(B) 15º 0.87% 0.53% -
XYZ 10.96 7.15 1.37 -
YUV 69.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 134 47 18 0 0.65 0.87 0.47 15 0.76 0.3
Hex 86 2F 12 0 41 57 2F F 4C 1E
Octal 206 57 22 0 101 127 57 17 114 36
Binary 10000110 101111 10010 0 1000001 1010111 101111 1111 1001100 11110

Color Harmonies of #862F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F12

Black with #862F12

Text Example


Text Example

White with #862F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,47,18); }

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

background-color css

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

 a { background-color: rgb(134,47,18); }

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

border-color css

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

 span { border-color: rgb(134,47,18); }

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