Html Css Color HEX #864304 Saddle Brown

📋 copy color: '#864304'

red 134 ◦ green 67 ◦ blue 4

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

Shades of Saddle Brown #864304

Tints of Saddle Brown #864304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 65.37%
G = 32.68%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#864304 (or 0x864304) is known color: Saddle Brown. HEX triplet: 86, 43 and 04. RGB value is (134,67,4). Sum of RGB (Red+Green+Blue) = 134+67+4=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #864304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864304 is #79BCFB. Grayscale: #505050. Windows color (decimal): -7978236 or 279430. OLE color: 279430.

HSL color Cylindrical-coordinate representation of color #864304: hue angle of 29.08º 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 #864304 is Cyan = 0, Magento = 0.5, Yellow = 0.97 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 67 4 -
CMYK 0 0.5 0.97 0.47
HSL 29.08º 0.94% 0.27% -
HSV(B) 29.08º 0.97% 0.53% -
XYZ 11.86 9.09 1.24 -
YUV 79.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 134 67 4 0 0.5 0.97 0.47 29.08 0.94 0.27
Hex 86 43 4 0 32 61 2F 1D 5E 1B
Octal 206 103 4 0 62 141 57 35 136 33
Binary 10000110 1000011 100 0 110010 1100001 101111 11101 1011110 11011

Color Harmonies of #864304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864304

Black with #864304

Text Example


Text Example

White with #864304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864304; }

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

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

background-color css

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

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

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

border-color css

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

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

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