Html Css Color HEX #864E11 Saddle Brown

📋 copy color: '#864E11'

red 134 ◦ green 78 ◦ blue 17

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

Shades of Saddle Brown #864E11

Tints of Saddle Brown #864E11

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.06%

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 58.52%
G = 34.06%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#864E11 (or 0x864E11) is known color: Saddle Brown. HEX triplet: 86, 4E and 11. RGB value is (134,78,17). Sum of RGB (Red+Green+Blue) = 134+78+17=229 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.52% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 134 - color contains mainly: red. Hex color #864E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864E11 is #79B1EE. Grayscale: #585858. Windows color (decimal): -7975407 or 1134214. OLE color: 1134214.

HSL color Cylindrical-coordinate representation of color #864E11: hue angle of 31.28º degrees, saturation: 0.77, 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 #864E11 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 78 17 -
CMYK 0 0.42 0.87 0.47
HSL 31.28º 0.77% 0.3% -
HSV(B) 31.28º 0.87% 0.53% -
XYZ 12.66 10.56 1.9 -
YUV 87.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 134 78 17 0 0.42 0.87 0.47 31.28 0.77 0.3
Hex 86 4E 11 0 2A 57 2F 1F 4D 1E
Octal 206 116 21 0 52 127 57 37 115 36
Binary 10000110 1001110 10001 0 101010 1010111 101111 11111 1001101 11110

Color Harmonies of #864E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864E11

Black with #864E11

Text Example


Text Example

White with #864E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864E11; }

 p { color: rgb(134,78,17); }

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

background-color css

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

 a { background-color: rgb(134,78,17); }

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

border-color css

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

 span { border-color: rgb(134,78,17); }

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