Html Css Color HEX #864900 Saddle Brown

📋 copy color: '#864900'

red 134 ◦ green 73 ◦ blue 0

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

Shades of Saddle Brown #864900

Tints of Saddle Brown #864900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.73%
G = 35.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#864900 (or 0x864900) is known color: Saddle Brown. HEX triplet: 86, 49 and 00. RGB value is (134,73,0). Sum of RGB (Red+Green+Blue) = 134+73+0=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #864900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864900 is #79B6FF. Grayscale: #535353. Windows color (decimal): -7976704 or 18822. OLE color: 18822.

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

Color convert

RGB 134 73 0 -
CMYK 0 0.46 1 0.47
HSL 32.69º 1% 0.26% -
HSV(B) 32.69º 1% 0.53% -
XYZ 12.21 9.83 1.25 -
YUV 82.92 81.21 164.44 -
System Red Green Blue C M Y K H S L
Decimal 134 73 0 0 0.46 1 0.47 32.69 1 0.26
Hex 86 49 0 0 2E 64 2F 21 64 1A
Octal 206 111 0 0 56 144 57 41 144 32
Binary 10000110 1001001 0 0 101110 1100100 101111 100001 1100100 11010

Color Harmonies of #864900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864900

Black with #864900

Text Example


Text Example

White with #864900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864900; }

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

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

background-color css

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

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

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

border-color css

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

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

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