Html Css Color HEX #864D00 Saddle Brown

📋 copy color: '#864D00'

red 134 ◦ green 77 ◦ blue 0

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

Shades of Saddle Brown #864D00

Tints of Saddle Brown #864D00

RGB

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

 GREEN value IS 77 (30.47% from 255) = 36.49%

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

R = 63.51%
G = 36.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#864D00 (or 0x864D00) is known color: Saddle Brown. HEX triplet: 86, 4D and 00. RGB value is (134,77,0). Sum of RGB (Red+Green+Blue) = 134+77+0=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #864D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D00 is #79B2FF. Grayscale: #555555. Windows color (decimal): -7975680 or 19846. OLE color: 19846.

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

Color convert

RGB 134 77 0 -
CMYK 0 0.43 1 0.47
HSL 34.48º 1% 0.26% -
HSV(B) 34.48º 1% 0.53% -
XYZ 12.49 10.38 1.34 -
YUV 85.27 79.88 162.76 -
System Red Green Blue C M Y K H S L
Decimal 134 77 0 0 0.43 1 0.47 34.48 1 0.26
Hex 86 4D 0 0 2B 64 2F 22 64 1A
Octal 206 115 0 0 53 144 57 42 144 32
Binary 10000110 1001101 0 0 101011 1100100 101111 100010 1100100 11010

Color Harmonies of #864D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D00

Black with #864D00

Text Example


Text Example

White with #864D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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