Html Css Color HEX #863415 Burnt Umber

📋 copy color: '#863415'

red 134 ◦ green 52 ◦ blue 21

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

Shades of Burnt Umber #863415

Tints of Burnt Umber #863415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.12%

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

R = 64.73%
G = 25.12%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863415 (or 0x863415) is known color: Burnt Umber. HEX triplet: 86, 34 and 15. RGB value is (134,52,21). Sum of RGB (Red+Green+Blue) = 134+52+21=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863415 is #79CBEA. Grayscale: #494949. Windows color (decimal): -7982059 or 1389702. OLE color: 1389702.

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

Color convert

RGB 134 52 21 -
CMYK 0 0.61 0.84 0.47
HSL 16.46º 0.73% 0.3% -
HSV(B) 16.46º 0.84% 0.53% -
XYZ 11.19 7.58 1.58 -
YUV 72.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 134 52 21 0 0.61 0.84 0.47 16.46 0.73 0.3
Hex 86 34 15 0 3D 54 2F 10 49 1E
Octal 206 64 25 0 75 124 57 20 111 36
Binary 10000110 110100 10101 0 111101 1010100 101111 10000 1001001 11110

Color Harmonies of #863415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863415

Black with #863415

Text Example


Text Example

White with #863415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863415; }

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

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

background-color css

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

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

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

border-color css

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

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

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