Html Css Color HEX #863012 Burnt Umber

📋 copy color: '#863012'

red 134 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #863012

Tints of Burnt Umber #863012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24%

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

R = 67%
G = 24%
B = 9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#863012 (or 0x863012) is known color: Burnt Umber. HEX triplet: 86, 30 and 12. RGB value is (134,48,18). Sum of RGB (Red+Green+Blue) = 134+48+18=200 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 18 (7.42% from 255 or 9% from 200); Max value from RGB is 134 - color contains mainly: red. Hex color #863012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863012 is #79CFED. Grayscale: #464646. Windows color (decimal): -7983086 or 1192070. OLE color: 1192070.

HSL color Cylindrical-coordinate representation of color #863012: hue angle of 15.52º 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 #863012 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 18 -
CMYK 0 0.64 0.87 0.47
HSL 15.52º 0.76% 0.3% -
HSV(B) 15.52º 0.87% 0.53% -
XYZ 11 7.23 1.39 -
YUV 70.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 134 48 18 0 0.64 0.87 0.47 15.52 0.76 0.3
Hex 86 30 12 0 40 57 2F 10 4C 1E
Octal 206 60 22 0 100 127 57 20 114 36
Binary 10000110 110000 10010 0 1000000 1010111 101111 10000 1001100 11110

Color Harmonies of #863012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863012

Black with #863012

Text Example


Text Example

White with #863012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863012; }

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

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

background-color css

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

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

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

border-color css

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

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

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