Html Css Color HEX #864601 Saddle Brown

📋 copy color: '#864601'

red 134 ◦ green 70 ◦ blue 1

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

Shades of Saddle Brown #864601

Tints of Saddle Brown #864601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 65.37%
G = 34.15%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#864601 (or 0x864601) is known color: Saddle Brown. HEX triplet: 86, 46 and 01. RGB value is (134,70,1). Sum of RGB (Red+Green+Blue) = 134+70+1=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #864601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864601 is #79B9FE. Grayscale: #515151. Windows color (decimal): -7977471 or 83590. OLE color: 83590.

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

Color convert

RGB 134 70 1 -
CMYK 0 0.48 0.99 0.47
HSL 31.13º 0.99% 0.26% -
HSV(B) 31.13º 0.99% 0.53% -
XYZ 12.03 9.45 1.22 -
YUV 81.27 82.7 165.61 -
System Red Green Blue C M Y K H S L
Decimal 134 70 1 0 0.48 0.99 0.47 31.13 0.99 0.26
Hex 86 46 1 0 30 63 2F 1F 63 1A
Octal 206 106 1 0 60 143 57 37 143 32
Binary 10000110 1000110 1 0 110000 1100011 101111 11111 1100011 11010

Color Harmonies of #864601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864601

Black with #864601

Text Example


Text Example

White with #864601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864601; }

 p { color: rgb(134,70,1); }

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

background-color css

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

 a { background-color: rgb(134,70,1); }

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

border-color css

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

 span { border-color: rgb(134,70,1); }

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