Html Css Color HEX #864910 Saddle Brown

📋 copy color: '#864910'

red 134 ◦ green 73 ◦ blue 16

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

Shades of Saddle Brown #864910

Tints of Saddle Brown #864910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

 BLUE value IS 16 (6.64% from 255) = 7.17%

R = 60.09%
G = 32.74%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#864910 (or 0x864910) is known color: Saddle Brown. HEX triplet: 86, 49 and 10. RGB value is (134,73,16). Sum of RGB (Red+Green+Blue) = 134+73+16=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #864910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864910 is #79B6EF. Grayscale: #555555. Windows color (decimal): -7976688 or 1067398. OLE color: 1067398.

HSL color Cylindrical-coordinate representation of color #864910: hue angle of 28.98º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #864910 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 16 -
CMYK 0 0.46 0.88 0.47
HSL 28.98º 0.79% 0.29% -
HSV(B) 28.98º 0.88% 0.53% -
XYZ 12.31 9.87 1.75 -
YUV 84.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 134 73 16 0 0.46 0.88 0.47 28.98 0.79 0.29
Hex 86 49 10 0 2E 58 2F 1D 4F 1D
Octal 206 111 20 0 56 130 57 35 117 35
Binary 10000110 1001001 10000 0 101110 1011000 101111 11101 1001111 11101

Color Harmonies of #864910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864910

Black with #864910

Text Example


Text Example

White with #864910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864910; }

 p { color: rgb(134,73,16); }

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

background-color css

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

 a { background-color: rgb(134,73,16); }

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

border-color css

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

 span { border-color: rgb(134,73,16); }

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