Html Css Color HEX #864C11 Saddle Brown

📋 copy color: '#864C11'

red 134 ◦ green 76 ◦ blue 17

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

Shades of Saddle Brown #864C11

Tints of Saddle Brown #864C11

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

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

R = 59.03%
G = 33.48%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#864C11 (or 0x864C11) is known color: Saddle Brown. HEX triplet: 86, 4C and 11. RGB value is (134,76,17). Sum of RGB (Red+Green+Blue) = 134+76+17=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #864C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864C11 is #79B3EE. Grayscale: #565656. Windows color (decimal): -7975919 or 1133702. OLE color: 1133702.

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

Color convert

RGB 134 76 17 -
CMYK 0 0.43 0.87 0.47
HSL 30.26º 0.77% 0.3% -
HSV(B) 30.26º 0.87% 0.53% -
XYZ 12.52 10.28 1.85 -
YUV 86.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 134 76 17 0 0.43 0.87 0.47 30.26 0.77 0.3
Hex 86 4C 11 0 2B 57 2F 1E 4D 1E
Octal 206 114 21 0 53 127 57 36 115 36
Binary 10000110 1001100 10001 0 101011 1010111 101111 11110 1001101 11110

Color Harmonies of #864C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864C11

Black with #864C11

Text Example


Text Example

White with #864C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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