Html Css Color HEX #863010 Burnt Umber

📋 copy color: '#863010'

red 134 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #863010

Tints of Burnt Umber #863010

RGB

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

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

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

R = 67.68%
G = 24.24%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#863010 (or 0x863010) is known color: Burnt Umber. HEX triplet: 86, 30 and 10. RGB value is (134,48,16). Sum of RGB (Red+Green+Blue) = 134+48+16=198 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.68% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 134 - color contains mainly: red. Hex color #863010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863010 is #79CFEF. Grayscale: #464646. Windows color (decimal): -7983088 or 1060998. OLE color: 1060998.

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

Color convert

RGB 134 48 16 -
CMYK 0 0.64 0.88 0.47
HSL 16.27º 0.79% 0.29% -
HSV(B) 16.27º 0.88% 0.53% -
XYZ 10.98 7.22 1.3 -
YUV 70.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 134 48 16 0 0.64 0.88 0.47 16.27 0.79 0.29
Hex 86 30 10 0 40 58 2F 10 4F 1D
Octal 206 60 20 0 100 130 57 20 117 35
Binary 10000110 110000 10000 0 1000000 1011000 101111 10000 1001111 11101

Color Harmonies of #863010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863010

Black with #863010

Text Example


Text Example

White with #863010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863010; }

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

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

background-color css

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

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

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

border-color css

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

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

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