Html Css Color HEX #864004 Saddle Brown

📋 copy color: '#864004'

red 134 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #864004

Tints of Saddle Brown #864004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.68%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 66.34%
G = 31.68%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#864004 (or 0x864004) is known color: Saddle Brown. HEX triplet: 86, 40 and 04. RGB value is (134,64,4). Sum of RGB (Red+Green+Blue) = 134+64+4=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #864004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864004 is #79BFFB. Grayscale: #4E4E4E. Windows color (decimal): -7979004 or 278662. OLE color: 278662.

HSL color Cylindrical-coordinate representation of color #864004: hue angle of 27.69º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #864004 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 64 4 -
CMYK 0 0.52 0.97 0.47
HSL 27.69º 0.94% 0.27% -
HSV(B) 27.69º 0.97% 0.53% -
XYZ 11.69 8.74 1.19 -
YUV 78.09 86.19 167.88 -
System Red Green Blue C M Y K H S L
Decimal 134 64 4 0 0.52 0.97 0.47 27.69 0.94 0.27
Hex 86 40 4 0 34 61 2F 1C 5E 1B
Octal 206 100 4 0 64 141 57 34 136 33
Binary 10000110 1000000 100 0 110100 1100001 101111 11100 1011110 11011

Color Harmonies of #864004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864004

Black with #864004

Text Example


Text Example

White with #864004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864004; }

 p { color: rgb(134,64,4); }

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

background-color css

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

 a { background-color: rgb(134,64,4); }

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

border-color css

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

 span { border-color: rgb(134,64,4); }

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