Html Css Color HEX #864015 Saddle Brown

📋 copy color: '#864015'

red 134 ◦ green 64 ◦ blue 21

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

Shades of Saddle Brown #864015

Tints of Saddle Brown #864015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.22%

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

R = 61.19%
G = 29.22%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#864015 (or 0x864015) is known color: Saddle Brown. HEX triplet: 86, 40 and 15. RGB value is (134,64,21). Sum of RGB (Red+Green+Blue) = 134+64+21=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #864015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864015 is #79BFEA. Grayscale: #505050. Windows color (decimal): -7978987 or 1392774. OLE color: 1392774.

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

Color convert

RGB 134 64 21 -
CMYK 0 0.52 0.84 0.47
HSL 22.83º 0.73% 0.3% -
HSV(B) 22.83º 0.84% 0.53% -
XYZ 11.8 8.79 1.78 -
YUV 80.03 94.69 166.5 -
System Red Green Blue C M Y K H S L
Decimal 134 64 21 0 0.52 0.84 0.47 22.83 0.73 0.3
Hex 86 40 15 0 34 54 2F 17 49 1E
Octal 206 100 25 0 64 124 57 27 111 36
Binary 10000110 1000000 10101 0 110100 1010100 101111 10111 1001001 11110

Color Harmonies of #864015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864015

Black with #864015

Text Example


Text Example

White with #864015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864015; }

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

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

background-color css

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

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

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

border-color css

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

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

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