Html Css Color HEX #864D09 Saddle Brown

📋 copy color: '#864D09'

red 134 ◦ green 77 ◦ blue 9

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

Shades of Saddle Brown #864D09

Tints of Saddle Brown #864D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.09%

R = 60.91%
G = 35%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#864D09 (or 0x864D09) is known color: Saddle Brown. HEX triplet: 86, 4D and 09. RGB value is (134,77,9). Sum of RGB (Red+Green+Blue) = 134+77+9=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #864D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #864D09 is #79B2F6. Grayscale: #565656. Windows color (decimal): -7975671 or 609670. OLE color: 609670.

HSL color Cylindrical-coordinate representation of color #864D09: hue angle of 32.64º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #864D09 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 77 9 -
CMYK 0 0.43 0.93 0.47
HSL 32.64º 0.87% 0.28% -
HSV(B) 32.64º 0.93% 0.53% -
XYZ 12.53 10.4 1.6 -
YUV 86.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 134 77 9 0 0.43 0.93 0.47 32.64 0.87 0.28
Hex 86 4D 9 0 2B 5D 2F 21 57 1C
Octal 206 115 11 0 53 135 57 41 127 34
Binary 10000110 1001101 1001 0 101011 1011101 101111 100001 1010111 11100

Color Harmonies of #864D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864D09

Black with #864D09

Text Example


Text Example

White with #864D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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