Html Css Color HEX #864614 Saddle Brown

📋 copy color: '#864614'

red 134 ◦ green 70 ◦ blue 20

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

Shades of Saddle Brown #864614

Tints of Saddle Brown #864614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 20 (8.2% from 255) = 8.93%

R = 59.82%
G = 31.25%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#864614 (or 0x864614) is known color: Saddle Brown. HEX triplet: 86, 46 and 14. RGB value is (134,70,20). Sum of RGB (Red+Green+Blue) = 134+70+20=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #864614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864614 is #79B9EB. Grayscale: #535353. Windows color (decimal): -7977452 or 1328774. OLE color: 1328774.

HSL color Cylindrical-coordinate representation of color #864614: hue angle of 26.32º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #864614 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 70 20 -
CMYK 0 0.48 0.85 0.47
HSL 26.32º 0.74% 0.3% -
HSV(B) 26.32º 0.85% 0.53% -
XYZ 12.15 9.5 1.86 -
YUV 83.44 92.2 164.07 -
System Red Green Blue C M Y K H S L
Decimal 134 70 20 0 0.48 0.85 0.47 26.32 0.74 0.3
Hex 86 46 14 0 30 55 2F 1A 4A 1E
Octal 206 106 24 0 60 125 57 32 112 36
Binary 10000110 1000110 10100 0 110000 1010101 101111 11010 1001010 11110

Color Harmonies of #864614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864614

Black with #864614

Text Example


Text Example

White with #864614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864614; }

 p { color: rgb(134,70,20); }

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

background-color css

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

 a { background-color: rgb(134,70,20); }

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

border-color css

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

 span { border-color: rgb(134,70,20); }

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