Html Css Color HEX #863515 Burnt Umber

📋 copy color: '#863515'

red 134 ◦ green 53 ◦ blue 21

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

Shades of Burnt Umber #863515

Tints of Burnt Umber #863515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

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

R = 64.42%
G = 25.48%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863515 (or 0x863515) is known color: Burnt Umber. HEX triplet: 86, 35 and 15. RGB value is (134,53,21). Sum of RGB (Red+Green+Blue) = 134+53+21=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #863515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863515 is #79CAEA. Grayscale: #494949. Windows color (decimal): -7981803 or 1389958. OLE color: 1389958.

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

Color convert

RGB 134 53 21 -
CMYK 0 0.60 0.84 0.47
HSL 16.99º 0.73% 0.3% -
HSV(B) 16.99º 0.84% 0.53% -
XYZ 11.24 7.67 1.6 -
YUV 73.57 98.34 171.1 -
System Red Green Blue C M Y K H S L
Decimal 134 53 21 0 0.60 0.84 0.47 16.99 0.73 0.3
Hex 86 35 15 0 3C 54 2F 11 49 1E
Octal 206 65 25 0 74 124 57 21 111 36
Binary 10000110 110101 10101 0 111100 1010100 101111 10001 1001001 11110

Color Harmonies of #863515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863515

Black with #863515

Text Example


Text Example

White with #863515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863515; }

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

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

background-color css

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

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

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

border-color css

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

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

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