Html Css Color HEX #864811 Saddle Brown

📋 copy color: '#864811'

red 134 ◦ green 72 ◦ blue 17

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

Shades of Saddle Brown #864811

Tints of Saddle Brown #864811

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 60.09%
G = 32.29%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#864811 (or 0x864811) is known color: Saddle Brown. HEX triplet: 86, 48 and 11. RGB value is (134,72,17). Sum of RGB (Red+Green+Blue) = 134+72+17=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864811 is #79B7EE. Grayscale: #545454. Windows color (decimal): -7976943 or 1132678. OLE color: 1132678.

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

Color convert

RGB 134 72 17 -
CMYK 0 0.46 0.87 0.47
HSL 28.21º 0.77% 0.3% -
HSV(B) 28.21º 0.87% 0.53% -
XYZ 12.25 9.74 1.77 -
YUV 84.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 134 72 17 0 0.46 0.87 0.47 28.21 0.77 0.3
Hex 86 48 11 0 2E 57 2F 1C 4D 1E
Octal 206 110 21 0 56 127 57 34 115 36
Binary 10000110 1001000 10001 0 101110 1010111 101111 11100 1001101 11110

Color Harmonies of #864811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864811

Black with #864811

Text Example


Text Example

White with #864811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864811; }

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

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

background-color css

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

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

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

border-color css

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

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

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